mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
.. | ||
basic-chat-with-rendezvous | ||
chat | ||
README.md |
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.
- The pubsub rendezvous example allows multiple peers to chat among each other using go-libp2p-pubsub using rendezvous names.