ceremonyclient/go-libp2p/examples/pubsub
2023-08-20 23:07:43 -05:00
..
basic-chat-with-rendezvous Launch readiness: import utility 2023-08-20 23:07:43 -05:00
chat Launch readiness: import utility 2023-08-20 23:07:43 -05:00
README.md Launch readiness: import utility 2023-08-20 23:07:43 -05:00

go-libp2p-pubsub examples

This directory contains example projects that use go-libp2p-pubsub, the Go implementation of libp2p's Publish / Subscribe system.

The chat room example covers the basics of using the PubSub API to build a peer-to-peer chat application.