diff options
author | Kevin Chabowski <kevin@kch42.de> | 2014-03-28 01:13:05 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2014-03-28 01:13:05 +0100 |
commit | 6fec6ea09435644ac3f55f4219024ab4e4d3fb67 (patch) | |
tree | 0087a207d9ed2996f3c2fe63ec2c032401449ea6 /README.markdown | |
parent | feb228c1fc35aae543d369012994eac7a1dca90f (diff) | |
download | simplechat-6fec6ea09435644ac3f55f4219024ab4e4d3fb67.tar.gz simplechat-6fec6ea09435644ac3f55f4219024ab4e4d3fb67.tar.bz2 simplechat-6fec6ea09435644ac3f55f4219024ab4e4d3fb67.zip |
Added README and LICENSE
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..42afa23 --- /dev/null +++ b/README.markdown @@ -0,0 +1,13 @@ +# 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` + +## You are also free to use my public installation + +[chat.kch42.net](http://chat.kch42.net) |