Backbone.js is a lightweight JavaScript MVC framework. The default transport mechanism for CRUD operations is XHR. Socket.io is a Node.js Web Socket server. This article provides an overview of using socket.io as the transport mechanism for Backbone.js CRUD operations via a custom Backbone.sync method.
↧