dashersw / cote

A Node.js library for building zero-configuration microservices.

Home Page:http://cote.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kran6a opened this issue · 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?

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