A friendly data-driven router for Clojure(Script).
- Simple data-driven route syntax
- First-class route meta-data
- Generic, not tied to HTTP
- Route conflict resolution
- Pluggable coercion (clojure.spec)
- both Middleware & Interceptors
- Extendable
- Fast
Ships with example router for Ring. See Issues for roadmap.
Check out the full documentation!
To all Clojure(Script) routing libs out there, expecially to Ataraxy, Bide, Bidi, Compojure and Pedestal.
Also to Compojure-api, Kekkonen and Ring-swagger and for the data-driven syntax, coercion & stuff.
And some Yada too.
The documentation is built with gitbook. To preview your changes locally:
npm install -g gitbook-cli
gitbook install
gitbook serve
Copyright © 2017 Metosin Oy
Distributed under the Eclipse Public License, the same as Clojure.