A fast data-driven routing library for Clojure/Script
Find a file
2017-09-14 16:33:36 +03:00
doc Move documentation to GitBook 2017-09-14 16:33:36 +03:00
perf-test/clj/reitit Fix cljs-tests? 2017-09-08 09:42:37 +03:00
scripts Initial commit 2017-08-07 14:15:45 +03:00
src/reitit clojure.spec for the route syntax (fixes #6) 2017-09-09 11:07:59 +03:00
test Disable spec instrumentation tests, don't work with :advanced 2017-09-08 11:25:53 +03:00
.gitignore Move documentation to GitBook 2017-09-14 16:33:36 +03:00
.travis.yml Initial commit 2017-08-07 14:15:45 +03:00
book.json Move documentation to GitBook 2017-09-14 16:33:36 +03:00
CHANGELOG.md Initial commit 2017-08-07 14:15:45 +03:00
CONTRIBUTING.md Initial commit 2017-08-07 14:15:45 +03:00
LICENSE Initial commit 2017-08-07 14:15:45 +03:00
project.clj clojure.spec for the route syntax (fixes #6) 2017-09-09 11:07:59 +03:00
README.md Move documentation to GitBook 2017-09-14 16:33:36 +03:00

reitit Build Status Dependencies Status

A friendly data-driven router for Clojure(Script).

Ships with example router for Ring. See Issues for roadmap.

Latest version

Clojars Project

Documentation

Check out the full documentation!

Special thanks

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.

License

Copyright © 2017 Metosin Oy

Distributed under the Eclipse Public License, the same as Clojure.