https://github.com/root27/go-chat
Simple multi-user chat using tcp connection
https://github.com/root27/go-chat
chat go multiuser tcp-server terminal-based
Last synced: 9 days ago
JSON representation
Simple multi-user chat using tcp connection
- Host: GitHub
- URL: https://github.com/root27/go-chat
- Owner: root27
- License: mit
- Created: 2024-02-20T08:57:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T16:59:38.000Z (over 2 years ago)
- Last Synced: 2025-02-27T11:47:12.681Z (over 1 year ago)
- Topics: chat, go, multiuser, tcp-server, terminal-based
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-Chat
A very simple chat app using tcp in Go
---
## Quick Start
```bash
go run main.go
```
---
## LICENSE
[MIT](LICENSE)