libp2p / go-libp2p-examples

Example libp2p applications
MIT License
339 stars 145 forks source link

add pubsub chatroom example #172

Closed yusefnapora closed 4 years ago

yusefnapora commented 4 years ago

This adds a chat room example that uses PubSub, to show the basic go-libp2p-pubsub API.

I originally opened this here: https://github.com/libp2p/go-libp2p-pubsub/pull/334 but realized it fits better in the examples repo.