libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 435 forks source link

feat: add random walk component #2501

Closed achingbrain closed 3 months ago

achingbrain commented 3 months ago

To allow finding network services, add a random walk component that lets services find random network peers in a scalable way.

If two services try to random walk at the same time, they will share the results.

Change checklist