libp2p / js-libp2p

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

feat: add simple echo protocol #2439

Closed achingbrain closed 5 months ago

achingbrain commented 5 months ago

To save us having to re-implement an echo protocol over and over again in documentation and examples, just publish a simple reusable echo protocol module.

Change checklist