12 lines
193 B
Markdown
12 lines
193 B
Markdown
|
# 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
|