Create account

replied 1759d
Excellent. Peer discovery strikes me as the most-centralized part of most ostensibly-decentralized systems. Generally there has to be a hardcoded seed (or set of seed nodes) somewhere.
replied 1737d
You're right. This is where IPFS pubsub rooms are a game changer. They allow nodes to find one another, discover the things they have in common, and route to the services they want to
replied 1737d
| access. This peer discovery is the focus of the ipfs-coord library I'm working on:
https://github.com/christroutner/ipfs-coord
replied 1737d
Thanks, I’ll take a look. I do wish the GitHub page actually described how it works