3 ms·
What libraries do you use for building web stuff? Over on Reddit[0] one of the problems for newbies to Clojure is not knowing what to use for web development.
by cryodesign 9y ago
What libraries do you use for building web stuff?
Over on Reddit[0] one of the problems for newbies to Clojure is not knowing what to use for web development.
https://www.reddit.com/r/Clojure/comments/858g9z/what_clojure_needs_to_grow_a_boring_web_framework/?sort=new https://www.reddit.com/r/Clojure/comments/858g9z/what_clojur...
- jcadam 9y agocompojure-api[1] is great for building a REST API, and I really like HugSQL[2] for talking to databases. Buddy[3] is good for handling auth. [1]: https://github.com/metosin/compojure-api https://github.com/metosin/compojure-api [2]: https://www.hugsql.org/ https://www.hugsql.org/ [3]: https://github.com/funcool/buddy https://github.com/funcool/buddy