reitit/examples/http/README.md
Tommi Reiman 53ecb314f8 .
2018-08-25 16:41:02 +03:00

19 lines
278 B
Markdown

# reitit-http example
## Usage
```clj
> lein repl
(start)
```
Go with browser to:
* http://localhost:3000/api/sync - synchronous
* http://localhost:3000/api/async - with core.async
* http://localhost:3000/api/future - with futures
## License
Copyright © 2018 Metosin Oy