A simple IRC application that allows you to set up a user, join a chat room, and communicate with other people via TCP socket connections.
Built in Golang.
- Build the executable files
go build chat_room_server.go
go build chat_room_client.go
- Run the executables
./chat_room_server
./chat_room_client