mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
add link to perf
This commit is contained in:
parent
812ecbb993
commit
2d7ba58424
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ A friendly data-driven router for Clojure(Script).
|
|||
* [Ring-router](https://metosin.github.io/reitit/ring.html) with data-driven [middleware](https://metosin.github.io/reitit/ring/compiling_middleware.html)
|
||||
* [Pluggable coercion](https://metosin.github.io/reitit/ring/parameter_coercion.html) ([clojure.spec](https://clojure.org/about/spec))
|
||||
* Extendable
|
||||
* Fast
|
||||
* [Fast](https://metosin.github.io/reitit/performance.html)
|
||||
|
||||
See [Issues](https://github.com/metosin/reitit/issues) for roadmap.
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
* [Pluggable coercion](./ring/parameter_coercion.md) ([clojure.spec](https://clojure.org/about/spec))
|
||||
* supports both [Middleware](./ring/compiling_middleware.md) & Interceptors
|
||||
* Extendable
|
||||
* Fast
|
||||
* [Fast](performance.md)
|
||||
|
||||
To use Reitit, add the following dependecy to your project:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue