go-libp2p/examples/pubsub
Marten Seemann e6ac836f87
examples: update go-libp2p to v0.23.x (#1803)
2022-10-06 13:04:44 -07:00
..
basic-chat-with-rendezvous examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
chat examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
README.md chore: bring examples back into repository 2021-05-05 10:57:48 +01:00

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.