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
- Host: GitHub
- URL: https://github.com/http-kit/chat-websocket
- Owner: http-kit
- Created: 2013-01-26T09:06:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T20:53:03.000Z (about 6 years ago)
- Last Synced: 2025-04-03T17:40:00.280Z (9 months ago)
- Language: Clojure
- Size: 176 KB
- Stars: 36
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```