A simple chat application written in Go
- Go to the 'server' directory.
- Start the server by running
go run main.go. Alternatively, you can rungo buildwhile in the server directory.
- Go to the 'client' directory.
- Start the client(s) by running
go run main.go. Alternatively, you can rungo buildwhile in the client directory.