repositorypackage
0.0.0-20241111075831-64b99a562d35
Repository: https://github.com/bredtape/gateway.git
Documentation: pkg.go.dev
# README
Intersite "offline" communication
The goal is to provide nats synchronization of streams between different nats server without a direct tcp connection. This can happen through files or http, but there is an intermediary that may have arbitrary latency and packet loss.
Then Request-Reply patterns etc. can be built upon this foundation.