https://github.com/coggle/backbone.offlinesync
Uses local storage to cache changes to backbone models made while offline
https://github.com/coggle/backbone.offlinesync
Last synced: 11 months ago
JSON representation
Uses local storage to cache changes to backbone models made while offline
- Host: GitHub
- URL: https://github.com/coggle/backbone.offlinesync
- Owner: Coggle
- License: mit
- Created: 2015-11-27T15:26:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T01:52:13.000Z (over 10 years ago)
- Last Synced: 2023-09-06T12:57:01.222Z (almost 3 years ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# backbone.offlineSync
Uses local storage to cache changes to backbone models made while offline. This plugin will only cache *changes* to models, it will not cache the entire model for offline use. It is inteded to be used with a technology like AppCache or Service Workers to do the actual endpoint caching.
**Warning: this is a a work in progress and not to be used in production**
### Todo:
- Test cases