Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevindanne/rustp2pchat

A simple command based P2P chat written in rust
https://github.com/kevindanne/rustp2pchat

chat p2p p2p-chat rust tcp

Last synced: about 1 month ago
JSON representation

A simple command based P2P chat written in rust

Awesome Lists containing this project

README

        

# RustP2PChat

A simple command based peer to peer chat written in rust

# Commands
| Command | Description |
|-----------| ------------------------------------------------------------------------------|
| /help | Print help message |
| /connect | Create new chat |
| /msg | Send message to chat |
| /create-group | Create a group with the specified chats |
| /msg-group | Send message to group |
| /broadcast | Send message to all chats |