This is a simple terminal-based chat application built using Go, which allows users to communicate over a TCP connection.
- Chat with multiple users over a TCP connection
- Go insatalled on you system
Clone the repository:
git clone https://github.com//xnpltn/tchat.git
cd tchat
You can either build the application or run it directly using Go.
go build .
go run . -port=6969
# or
./tchat -port 6969
MIT license.