mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-11 02:35:18 +00:00
7 lines
375 B
Markdown
7 lines
375 B
Markdown
# go-libp2p-pubsub examples
|
|
|
|
This directory contains example projects that use [go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub),
|
|
the Go implementation of libp2p's [Publish / Subscribe system](https://docs.libp2p.io/concepts/publish-subscribe).
|
|
|
|
The [chat room example](./chat) covers the basics of using the PubSub API to build a peer-to-peer chat application.
|