You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marten Seemann e6ac836f87
examples: update go-libp2p to v0.23.x (#1803)
2 years ago
..
basic-chat-with-rendezvous examples: update go-libp2p to v0.23.x (#1803) 2 years ago
chat examples: update go-libp2p to v0.23.x (#1803) 2 years ago
README.md chore: bring examples back into repository 4 years ago

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.