Skip to content

0.5.0

Past due by about 12 years 16% complete

The main goal is create flexible library for syncing browser's local data with server and make the process of creating offline-applications easier.

  • WebWorkers to sync data with server in background and does not lock main UI
  • The polyfill which works with IndexedDB, WebSQL, localStorage for storing data effectively in modern browsers. Best idea is launchai…

The main goal is create flexible library for syncing browser's local data with server and make the process of creating offline-applications easier.

  • WebWorkers to sync data with server in background and does not lock main UI
  • The polyfill which works with IndexedDB, WebSQL, localStorage for storing data effectively in modern browsers. Best idea is launchair or store.js
  • Ability to sync data using chunks similar to Evernote EDAM
  • Remove strict relation from Backbone.Collection during the sync process.

Update: see the edge branch https://github.com/Ask11/backbone.offline/tree/edge

Loading