Golang Chat
🔧 Commands
/nick - Create a nickname for the user
/join - Join to a room that exists or create a new one
/rooms - List all rooms
/msg - Send a message to the current room
/quit - To leave the room
🎁 Others commands
# Start the server
$ go run .
# Start a new client
$ telnet localhost 8888
# Build application
$ go build