/go-tcp-socket-chat

Simple chat example based on TCP socket connection

Primary LanguageGo

Go TCP socket chat

This example shows how to create simple chat based on TCP socket connection.

For testing you can use Go TCP chat client

Install package

> go get github.com/sylpheeed/go-tcp-socket-chat

Usage:

> cd $GOPATH/src/github.com/sylpheeed/go-tcp-socket-chat/examples
> go run main.go