Websockets in Go

This project are my notes following along a tutorial by tsawler and can be found on Github.

Usage

Start the application with:

go run src/web/*.go

or the following command on Windows (I think?):

go run src/web/.

Go Websockets