An open API service indexing awesome lists of open source software.

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

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