blob: 168d6c41e0908b0e8cc05a65575a968077a8bdf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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 <http://jquery.com/download/> and save it as `static/jquery.min.js`
## Screenshot
![Screenshot](http://kch42.de/cg/81e9bd66.png)
## You are also free to use my public installation
[chat.kch42.net](http://chat.kch42.net)
|