Re: Clojure for web project? Talk me into it!

2014-04-30 Thread Bernhard Mäder
our front-end, make sure > you look at Om, Reagent and Quiescent for that. > > And obviously, I'm forgetting a few other batteries-included frameworks > I've seen (because there are a few, apart from Caribou). > > On Tuesday, April 29, 2014 4:22:58 AM UTC-4, Bernhard Mäd

Re: Clojure for web project? Talk me into it!

2014-04-30 Thread Bernhard Mäder
Yes, one would hope so. Then again, they've been using Pedestal-App for their projects as well... :-) Anyway, pedestal seems the way to go. After all, I could also see myself replacing it with the latest and greatest routing library without much hassle, should it once be deprecated. On Tuesday

Re: Clojure for web project? Talk me into it!

2014-04-29 Thread Bernhard Mäder
On Tuesday, April 29, 2014 3:29:26 PM UTC+2, tbc++ wrote: > > One of the biggest value propositions of Pedestal has always been that > it's the only Clojure web server library to support end-to-end async > operations. You can do things like have a handler return a core.async > channel, or pause

Re: Clojure for web project? Talk me into it!

2014-04-29 Thread Bernhard Mäder
On Tuesday, April 29, 2014 3:25:45 PM UTC+2, Andrey Antukh wrote: > > For authentication and authorization I'm using buddy ( > http://niwibe.github.io/buddy/) what has slightly different approach that > friend, > Liberator for backend code and angularjs for frontend. It works very well > for my p

Clojure for web project? Talk me into it!

2014-04-29 Thread Bernhard Mäder
Hey guys, I need your help in choosing a web stack for a medium sized website project, which is going to take the better half of my time for the next year. I really want to use clojure, because of various reasons, but have never done web development with it before. Frankly, it’s quite hard to f