https://github.com/andreacrotti/dojo-chat
Dojo chat
https://github.com/andreacrotti/dojo-chat
Last synced: 3 months ago
JSON representation
Dojo chat
- Host: GitHub
- URL: https://github.com/andreacrotti/dojo-chat
- Owner: AndreaCrotti
- Created: 2015-03-09T19:36:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T09:58:19.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T08:30:59.083Z (11 months ago)
- Language: Clojure
- Size: 145 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dojo-chat
## Endpoints
REGISTER:
- curl http://localhost:3000/register -d "user=something" --header "Content-type:application/x-www-form-urlencoded" -X POST
GET:
- curl http://localhost:3000/messages?user=andrea
SEND:
- curl http://localhost:3000/messages?user=andrea
## Prerequisites
You will need [Leiningen][] 2.0.0 or above installed.
[leiningen]: https://github.com/technomancy/leiningen
## Running
To start a web server for the application, run:
lein ring server
## License
Copyright © 2015 FIXME