coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

Transparent synchronization support with remote servers #3

Closed zefhemel closed 13 years ago

zefhemel commented 14 years ago

In-browser databases typically contain a subset of data also available on a server. It would be nice to provide frameworks support to automatically synchronize with remote servers, through some JSON-based protocol (for instance).