@jasonjckn Wow this is awesome. Do you have support for Docker containers?
i use it with docker, it's a pretty brief Dockerfile
nothing in the project for that
Awesome. Do you have an example in a repo I could check out?:)
@keatondunsford: I use Duct prodigiously – it’s built on Ring and Compjure. Wouldn’t go back. Ring, as I understand it, is getting async support (if it hasn’t already?), which is Pedestal’s principle advantage. Ring’s advantage is having a wealth of middleware that supports it. And, it’s so simple.
And a side note… If you just have to have Clojurescript on the front-end, personally, I’d try using reagent all on its own, with an upgrade path to re-frame or one of the supporting tools.
@yogthos, I think has made a great case for that path (as opposed to Om): https://www.reddit.com/r/Clojure/comments/2xi4ft/how_to_structurize_a_clojurescriptreagent/
I spent a month working with Om.Next, and frankly, it was hard, and there was too little benefit for the costs.