# simplechat A simple websocket-based chatserver written in Go. ## Installation `go get github.com/kch42/simplechat` You will also need the [jQuery](http://jquery.com) library. Download the minified version from and save it as `static/jquery.min.js` ## You are also free to use my public installation [chat.kch42.net](http://chat.kch42.net)