Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kran6a opened this issue May 30, 2022 · 1 comment
Open

Comments

@kran6a
Copy link

kran6a commented May 30, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants