cote icon indicating copy to clipboard operation
cote copied to clipboard

How can I allow anyone over the Internet to run replicas of a service?

Open kran6a opened this issue 2 years ago • 1 comments

I have a decentralized service in which anyone can publish events (and request data from other peers) as long as they follow a protocol. I am considering using cote to have zero-configuration auto-discovery over the Internet so that independent nodes can discover each other and start receiving events published by them without requiring them to already know a peer on the network.

Is it possible to make cote work over the Internet without requiring users running a node to configure anything?

kran6a avatar May 30 '22 22:05 kran6a

For this purpose. You to use Redis for Service discovery. and every-one should have to connect with you Redis

AbdullahKL avatar Jun 06 '22 15:06 AbdullahKL