Hacker News new | ask | show | jobs
Nested models/collections and storage with Backbone.js and Backbone.LocalStorage (karlwestin.posterous.com)
3 points by karl_nerd 5180 days ago
1 comments

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?