no-src / gofs

A cross-platform real-time file synchronization tool out of the box based on Golang
Apache License 2.0
456 stars 40 forks source link

Relay #303

Open gedw99 opened 9 months ago

gedw99 commented 9 months ago

https://github.com/no-src/gofs/blob/main/relay/README.md

you can also just use NATS Jetstream to do this easily.

mstmdev commented 9 months ago

Thank you for your suggestion. Let me give it a try. I have never explored NATS JetStream before.

gedw99 commented 9 months ago

NATS it has a object store and kv store that can act as a synchronisation point for files being uploaded and then downloaded to other places.

so a relay :)

https://github.com/mprimi/nasefa does exactly this.

csturiale commented 2 months ago

is it possible to make client and server talk behind openshift ingress/route?