TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Nested models/collections and storage with Backbone.js and Backbone.LocalStorage
3 points
by
karl_nerd
about 13 years ago
1 comment
atomical
about 13 years ago
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?