Unless I missed something in the doc, it seems like it's the "Fullest full stack framework" as long as you're only interested in the "handling web server request and reply with html" part of the full stack.
Any reason why this should be used instead of cooking up ring / hickup / whatever ?
Comments
Unless I missed something in the doc, it seems like it's the "Fullest full stack framework" as long as you're only interested in the "handling web server request and reply with html" part of the full stack.
Any reason why this should be used instead of cooking up ring / hickup / whatever ?
Someone elsewhere mentioned that this seems to be ring, hiccup, and a DB connection packaged as one. Pinch of salt needed, I’ve not used it :)
This is mostly ring / hiccup, just a layer on top to make it easier for beginners.
I would say if you’re not new to clojure, roll your own.