ceremonyclient/go-libp2p/examples/pubsub
2025-07-10 13:27:28 -05:00
..
basic-chat-with-rendezvous rollup of non-core (e.g. not node consensus, execution, client, or protobufs so nobody can get a head start) 2025-07-10 13:27:28 -05:00
chat rollup of non-core (e.g. not node consensus, execution, client, or protobufs so nobody can get a head start) 2025-07-10 13:27:28 -05:00
README.md v1.4.19 2024-06-08 11:32:45 +00: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.
  • The pubsub rendezvous example allows multiple peers to chat among each other using go-libp2p-pubsub using rendezvous names.