...will allow you to read/write/replicate/etc models with the browser's localStorage.
LoopBack replication/sync is similar to PouchDB. The important distinction is that loopback can sync with any connector that supports the basic crud methods:
This is really great! I was looking for this functionality as I was interested in the Meteor framework for this reason. It's good to see it implemented here!
3 comments
[ 2.4 ms ] story [ 19.1 ms ] thread...will allow you to read/write/replicate/etc models with the browser's localStorage.
LoopBack replication/sync is similar to PouchDB. The important distinction is that loopback can sync with any connector that supports the basic crud methods:
http://docs.strongloop.com/display/DOC/Data+sources+and+conn...