https://github.com/juxt/chatclient
https://github.com/juxt/chatclient
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juxt/chatclient
- Owner: juxt
- Created: 2015-04-16T15:12:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T15:17:48.000Z (over 10 years ago)
- Last Synced: 2025-07-29T14:44:57.730Z (5 months ago)
- Language: Clojure
- Size: 117 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chatclient
A chat client designed for use with [chatserver](https://github.com/juxt/chatserver)
## Getting started
Start a chatserver. Then...
```
$ boot dev
```
Browse to localhost:3000
Chat!