Live data from Hacker News

Nested models/collections and storage with Backbone.js and Backbone.LocalStorage

karlwestin.posterous.com

1–2 of 2 posts

Re: Nested models/collections and storage with Backbone.js and Backbone.LocalStorage

#2
Let's say I wanted to continuously (every few seconds) check the server and update the data in local storage if necessary. In the past I've used changesets to do something like this. What are your thoughts on continuous updates from the backend?