added simple readme

This commit is contained in:
Stephen McQuay 2015-04-05 22:52:19 -07:00
parent 5b3663895b
commit 383cd5e116
1 changed files with 11 additions and 0 deletions

11
readme.md Normal file
View File

@ -0,0 +1,11 @@
# chat
simple example of:
- simple chat server over websockets (nothing novel here)
- embedded static assets
installation:
$ go get mcquay.me/chat
$ go get mcquay.me/chat/cmd/chatd