GURU-MVG
GURU-MVG

Reputation: 159

A light-weight "database" which supports both offline and online syncing

Appreciate any suggestions to pick a database (preferably JavaScript supported) which supports both OFFLINE ad ONLINE data syncing.

Upvotes: 0

Views: 125

Answers (1)

Tony Vincent
Tony Vincent

Reputation: 14342

pouchdb is an open-source JavaScript database that supports offline sync

pouchdb is:

  1. Light weight[46KB (gzipped)]
  2. Cross Browser (All major modern browsers)
  3. Well Documented (Guides, API)

There is a nice tutorial here for synchronizing offline app data with pouchdb

Upvotes: 1

Related Questions