New Library: Simple Router

tonsky.me/blog/simple-router/

Simple story, really. I wanted an HTTP router for Clojure that is order-independent and allows for overlapping routes. I didn’t find one, so I had to write my own. Order-Independence If your app is any big, it probably has modules. Each...

#clojure #clj #cljs