A bit OT, but somewhat relevant:<p>I like Angular, but I also find that in many cases it's pretty heavy weight for me. I've been working on a library that lets you add AJAX to your app w/o any javascript, using HTML attributes, REST-ful bindings and the Basecamp2 content-swapping approach:<p><a href="http://intercoolerjs.org/" rel="nofollow">http://intercoolerjs.org/</a><p>It's not designed to be a be-all-end-all javascript library, but it lets you tactically AJAX-ify your app in high value places without a lot of complexity.<p>Here's a (crappy) demo I threw up:<p><a href="https://vimeo.com/85881209" rel="nofollow">https://vimeo.com/85881209</a><p>It's in early alpha, but if anyone is interested, please fork and ping me. Lots of interesting stuff to implement still.