An open API service indexing awesome lists of open source software.

https://github.com/http-kit/chat-websocket

Realtime chat by utilizing http-kit's websocket support
https://github.com/http-kit/chat-websocket

Last synced: 5 months ago
JSON representation

Realtime chat by utilizing http-kit's websocket support

Awesome Lists containing this project

README

          

# chartroom, websocket demo

http-kit's websocket support is documented on [http-kit.org](http://http-kit.org/server.html#channel)

### How to run it

```sh
lein cljsbuild once
./run
# view it on http://127.0.0.1:9899
```