dashersw / cote

A Node.js library for building zero-configuration microservices.
http://cote.js.org
MIT License
2.35k stars 187 forks source link

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

Open kran6a opened 2 years ago

kran6a commented 2 years ago

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?

AbdullahKL commented 2 years ago

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