Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevindanne/gop2pchat
A simple command based P2P chat written in go
https://github.com/kevindanne/gop2pchat
chat go golang p2p p2p-chat tcp
Last synced: about 1 month ago
JSON representation
A simple command based P2P chat written in go
- Host: GitHub
- URL: https://github.com/kevindanne/gop2pchat
- Owner: KevinDanne
- Created: 2023-02-06T10:26:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T18:40:29.000Z (6 months ago)
- Last Synced: 2024-06-22T10:53:46.772Z (6 months ago)
- Topics: chat, go, golang, p2p, p2p-chat, tcp
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoP2PChat
A simple command based peer to peer chat written in go
## CLI Arguments
| Argument | Description |
|-----------| ------------------------------------------------------------------------------|
| --port | Port for the tcp server that listens for incoming connections (default: 7878) |# 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 |