This commit is contained in:
Tommi Reiman 2018-02-01 16:35:00 +02:00
parent deaf463bb4
commit 775d9d21fb

View file

@ -11,7 +11,10 @@
* Modular * Modular
* [Fast](performance.md) * [Fast](performance.md)
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](./ring/ring.md) with [data-driven middleware](./ring/data_driven_middleware.md)
* http-router with Pedestal-style Interceptors (WIP)
* cljs-router with Keechma-style Controllers (WIP)
To use Reitit, add the following dependecy to your project: To use Reitit, add the following dependecy to your project: