blob: 9d433410e4f46a83174ff5bfe944ffff3fc3349d (
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/silvasur/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://hi-im.laria.me/cg/81e9bd66.png)
## You are also free to use my public installation
[chat.silvasur.net](http://chat.silvasur.net)
|