Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 |