Thursday, October 20, 2011

Modern Client Web Development

This is the new way to program all those fancy, nimble web interfaces cropping up all over the web. In a nutshell you need to use an MVC framework for all client-side web applications. With Spline you will be able to store all your data with models and whenever any change occurs to that data, both the view (HTML) and the server-side with be automatically notified and updated. CoffeeScript enables you to make javascript code sing and dance.

Get this book: Javascript Web Applications by Alex MacCaw

UPDATE: Better to look at Knockoutjs, Angularjs, Ember.js

No comments: