/tcpchat

A very simple chat written in Go

Primary LanguageGoMIT LicenseMIT

TCP Chat

(A very simple chat written in Go)

Running the server

To run the server you will need GNU make and Go SDK installed.

$ make run

Interact with the server

To send messages, you will need a TCP client. I recommand using telnet.

$ telnet localhost 8888

Useful commands

Change your nickname

/nick Bob

List all rooms

/rooms

Join a chatting room

/join #general

Send a message to the room

/msg Hello world!

Quit the chat

/quit