Rudimentary go chat server as a fun project.
git clone https://git.coolaj86.com/coolaj86/chat.go.git go get gopkg.in/yaml.v2
Start the server
go run chatserver.go
Connect with another client or three.
telnet localhost 4080