Fork me on GitHub
#om-next
<
2016-11-01
>
keatondunsford15:11:55

@jasonjckn Wow this is awesome. Do you have support for Docker containers?

jasonjckn17:11:08

i use it with docker, it's a pretty brief Dockerfile

jasonjckn17:11:14

nothing in the project for that

keatondunsford18:11:15

Awesome. Do you have an example in a repo I could check out?:)

kendall.buchanan19:11:29

@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.

kendall.buchanan19:11:59

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.

kendall.buchanan19:11:15

I spent a month working with Om.Next, and frankly, it was hard, and there was too little benefit for the costs.