A simple command based peer to peer chat written in go
Argument | Description |
---|---|
--port | Port for the tcp server that listens for incoming connections (default: 7878) |
Command | Description |
---|---|
/help | Print help message |
/connect IP:PORT <CHAT_NAME> | Create new chat |
/msg <CHAT_NAME> | Send message to chat |
/create-group <GROUP_NAME> <CHAT_NAME...> | Create a group with the specified chats |
/msg-group <GROUP_NAME> | Send message to group |
/broadcast | Send message to all chats |