Skip to content
master
Switch branches/tags
playing-libp2p/chat-with-rendezvous/
playing-libp2p/chat-with-rendezvous/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

I started to play a bit with the chat-with-rendezvous 😃

After two days I want to show something...

I have tested my prototype with nine chats in parallel. It works but is not always getting all peers connected 😩.

A chat draft

I added some commands executable from within the chat.

with chat commands

Usage

First chat:

go build chat.go && uuidgen > uuid.txt && ./chat -r $(cat uuid.txt)

More chats:

./chat -r $(cat uuid.txt)

For more information, please read the code.