mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
17 lines
625 B
Markdown
17 lines
625 B
Markdown
|
|
# reitit
|
||
|
|
|
||
|
|
[reitit](https://github.com/metosin/reitit) is a friendly data-driven router for Clojure(Script).
|
||
|
|
|
||
|
|
* Simple data-driven [route syntax](./routing/route_syntax.md)
|
||
|
|
* First-class [route meta-data](./routing/route_metadata.md)
|
||
|
|
* Generic, not tied to HTTP
|
||
|
|
* [Route conflict resolution](./routing/route_conflicts.md)
|
||
|
|
* [Pluggable coercion](./parameter-coercion.md) ([clojure.spec](https://clojure.org/about/spec))
|
||
|
|
* both [Middleware](./ring.md#middleware) & Interceptors
|
||
|
|
* Extendable
|
||
|
|
* Fast
|
||
|
|
|
||
|
|
## Latest version
|
||
|
|
|
||
|
|
[](http://clojars.org/metosin/reitit)
|