3a66ff89a1
* bump go.mod to Go 1.19 and run go fix * stop using the deprecated io/ioutil package * bump go.mod to Go 1.19 and run go fix * bump go.mod to Go 1.19 and run go fix * bump go.mod to Go 1.19 and run go fix * stop using the deprecated io/ioutil package * bump go.mod to Go 1.19 and run go fix * stop using the deprecated io/ioutil package * update .github/workflows/go-test.yml * update .github/workflows/go-check.yml * update .github/workflows/release-check.yml * various fixes * stop using deprecated math/rand.Read --------- Co-authored-by: web3-bot <web3-bot@users.noreply.github.com> Co-authored-by: Marten Seemann <martenseemann@gmail.com> |
||
---|---|---|
.. | ||
basic-chat-with-rendezvous | ||
chat | ||
README.md |
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.