https://github.com/noot/chat-rooms
go-libp2p chat app
https://github.com/noot/chat-rooms
Last synced: 10 months ago
JSON representation
go-libp2p chat app
- Host: GitHub
- URL: https://github.com/noot/chat-rooms
- Owner: noot
- Created: 2019-03-09T17:17:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T17:17:47.000Z (over 7 years ago)
- Last Synced: 2025-03-03T00:15:52.476Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-rooms
go-libp2p chat app
usage:
```
go build -o chat
./chat [port] [optional room name]
```
choose any available port to listen on. join an optional room; you will only send and receive messages to others in the same room.
if no room name is specified, it will join `main`.