This is a demo of a simple web chat app using golang and websockets.
This requires the go websocket package, to get the package
go get golang.org/x/net/websocket
To get the files for this example app
go get github.com/freeddser/simpleChat
go install
If your not going to need to call it from anywhere but the current folder then dont do anything.