Blog Archive for April 27, 2012

Getting started with backbone.js

April 27, 2012

I want to build a client side application (one that runs in the browser), making use of data supplied from my server via json. This app will perform mathematical calculations on the data, and by doing this I move the load to the client, distributing it amongst all my users. …