Update README

This commit is contained in:
Tommi Reiman 2018-02-01 16:32:07 +02:00
parent 20b9d3c6c8
commit deaf463bb4

View file

@ -11,7 +11,10 @@ A friendly data-driven router for Clojure(Script).
* Modular
* [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.