Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevindanne/rustp2pchat
- Owner: KevinDanne
- Created: 2022-11-27T17:40:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T18:45:19.000Z (6 months ago)
- Last Synced: 2024-06-22T10:57:29.095Z (6 months ago)
- Topics: chat, p2p, p2p-chat, rust, tcp
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |