Pool of initial peers #3365
Closed
ahtremblay
started this conversation in
General
Replies: 1 comment
-
You have several options:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have coded a small application in libp2p that works locally. I now face the problem if making it work as resiliently as possible globally over all kinds of network conditions.
In my code, the initial ip the node connects to is hard coded. Am I expected to start up 2-3 servers on AWS, obtained a fixed ip, and hardcode those ip into the code? This approach reduces the resiliency of the entire app to these three servers.
Is this chokepoint unavoidable?
What is the best practice to setup a resilient pool of peers for others to connect to?
Does libp2p provide facilities to ease the initial peer discovery in a reliable manner?
Beta Was this translation helpful? Give feedback.
All reactions