TCP-based Client Server Chat in CLI
Posted on March 12, 2014I just created a simple project called cli_chat. It’s a simple CLI based client and server for TCP based chat connection. It harness the power of Go’s channel and shows you how simple to create a TCP based program in Go.