reitit/examples/http/README.md

20 lines
278 B
Markdown
Raw Normal View History

2018-08-25 13:30:16 +00:00
# reitit-http example
2018-08-20 15:48:22 +00:00
## Usage
```clj
> lein repl
(start)
```
2018-08-25 13:28:57 +00:00
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
2018-08-20 15:48:22 +00:00
## License
Copyright © 2018 Metosin Oy