Saturday, January 14, 2012

Backbone.js and socket.io | Teradata Developer Exchange

Backbone.js and socket.io | Teradata Developer Exchange: "Backbone.js is a lightweight JavaScript MVC framework that provides structure for front-end driven web applications. It connects to the back-end through a RESTful JSON interface via XHR. Backbone.js provides the ability to override the XHR default through a custom Backbone.sync method. For instance, Backbone.sync can use local storage (Web Storage), IndexedDB, Web Sockets, etc. The focus of this article will be the integration of Backbonse.js CRUD operations with socket.io a Node.js Web Socket server. This article assumes a basic knowledge of Backbone.js, Node.js, and socket.io."

'via Blog this'