ceremonyclient/go-libp2p/examples/pubsub/README.md

8 lines
535 B
Markdown
Raw Normal View History

2023-08-21 03:50:38 +00:00
# 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).
2024-06-08 11:32:45 +00:00
- The [chat room example](./chat) covers the basics of using the PubSub API to build a peer-to-peer chat application.
- The [pubsub rendezvous example](./basic-chat-with-rendezvous) allows multiple peers to chat among each other using go-libp2p-pubsub using rendezvous names.