mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
| .. | ||
| src/example | ||
| .gitignore | ||
| project.clj | ||
| README.md | ||
reitit-http example
Usage
> lein repl
(start)
Go with browser to:
- http://localhost:3000/api/sync - synchronous
- http://localhost:3000/api/async - with core.async channels
- http://localhost:3000/api/future - with futures
- http://localhost:3000/api/deferred - with manifold deferred
- http://localhost:3000/api/promesa - with promesa promises
License
Copyright © 2018 Metosin Oy