My personal terminal chat. Using a tcp connection to connect an amount of clients to 1 server and chat with each others.
- Go 92.3%
- Dockerfile 7.7%
| client.go | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| go.mod | ||
| main.go | ||
| README.md | ||
Terminal Chat
- This is a terminal chat built with golang
I practiced tcp connections with this project. I used tcp connections to make a very simple chat