Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the basic-chat-with-rendezvous'Readme #3143

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@ Some notable users of go-libp2p are:
- [Oasis Core](https://github.com/oasisprotocol/oasis-core) - The consensus and runtime layers of the [Oasis protocol](https://oasisprotocol.org/).
- [Spacemesh](https://github.com/spacemeshos/go-spacemesh/) - The Go implementation of the [Spacemesh protocol](https://spacemesh.io/), a novel layer one blockchain
- [Tau](https://github.com/taubyte/tau/) - Open source distributed Platform as a Service (PaaS)
- [opBNB](https://github.com/bnb-chain/opbnb) - High-performance layer 2 solution for the BNB Smart Chain(BSC)

Please open a pull request if you want your project (min. 250 GitHub stars) to be added here.
2 changes: 2 additions & 0 deletions examples/pubsub/basic-chat-with-rendezvous/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ go run . -topicName=adifferenttopic
Try opening several terminals, each running the app. When you type a message and hit enter in one, it
should appear in all others that are connected to the same topic.

Note: if missing the message in some terminals when opened the terminal at the same time, try to reopen the terminal to execute `go run .`.

To quit, hit `Ctrl-C`.