Sync the local HTML5 Database with MongoDB Sync the local HTML5 Database with MongoDB mongodb mongodb

Sync the local HTML5 Database with MongoDB


If all your logics are in client, you don't need MongoDB. Just key-value store with REST API and collection query by last-modified is good enough.

I had a sample sync app with Google cloud storage.