mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 17:01:11 +00:00
Update README
This commit is contained in:
parent
20b9d3c6c8
commit
deaf463bb4
1 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,10 @@ A friendly data-driven router for Clojure(Script).
|
||||||
* Modular
|
* Modular
|
||||||
* [Fast](https://metosin.github.io/reitit/performance.html)
|
* [Fast](https://metosin.github.io/reitit/performance.html)
|
||||||
|
|
||||||
There are also a separate [Ring-router](https://metosin.github.io/reitit/ring/ring.html) module with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html).
|
The following higher-level routers are also available as separate modules:
|
||||||
|
* [ring-router](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html)
|
||||||
|
* http-router with Pedestal-style Interceptors (WIP)
|
||||||
|
* cljs-router with Keechma-style Controllers (WIP)
|
||||||
|
|
||||||
See the [full documentation](https://metosin.github.io/reitit/) for details.
|
See the [full documentation](https://metosin.github.io/reitit/) for details.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue