This is a very simple web socket server implemented in go for practice. It can connect
to a client by upgrading http request and can send/receive messages encoded in websocket
protocol.
Run
git clone https://github.com/diwasrimal/websocket-server
cd websocket-server
go build .
./websocket-server