backbone.js

FacebookTwitter

Building a single page app with Backbone.js, underscore.js and jQuery | &yet | the blog

http://andyet.net/blog/2010/oct/29/building-a-single-page-app-with-backbonejs-undersc/ From Henrik Joreteg, &yet's official JavaScript Viking Overview We've been finding ourselves building more and more JS heavy apps here at &yet. Until recently, we've pretty much invented a custom app architecture for each one. Not surprisingly, we're finding ourselves solving similar problems repeatedly.
Unlike its web development peers, JavaScript has never really had much in the way of frameworks to provide structure. Thankfully, in recent years, that’s beginning to change. Today, I’d like to introduce you to Backbone.JS , a sweet little library that makes the process of creating complex, interactive and data driven apps so much easier. http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/

Getting Started with Backbone.js