Ember and Backbone are both promising JavaScript frameworks but have
completely different philosophies. In this post, I'll compare the two, both
from a practical and philosophical perspective. I'll defer to real world
experience with Backbone and SproutCore (Ember's predecessor), as well as
basic experiments with Ember
In this mini-book, I'll be covering a complete run-down of Backbone.js; including models, views, collections and routers. I'll also be taking you through advanced topics like modular development with Backbone.js and AMD (with RequireJS), how to solve the routing problems with Backbone and jQuery Mobile, tips about scaffolding tools that can save time setting up your initial application and more.