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
I added some commands executable from within the chat.
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.

