Terminal based chat made with go
git clone https://github.com/cothi/chat-go.git
cd chat-go
go mod tidy
go build ./
# start server
./chat-go server --serverPort=8000
# start client
./chat-go client --serverPort=8000
- cli (server, client, set port)
- chennel
- lobby
- command (set nickname,
- command (leave room)