Comment on What Happens When You Put a Database in the Browser?Comments−Zambyte2yAnother interesting option is PouchDB[0], which is a Javascript implementation of the CouchDB[1] synchronization API. It allows you to acheive eventual consistency between a client with intermittent connectivity, and a backend database.[0] https://pouchdb.com/[1] https://couchdb.apache.org/
Comments
Another interesting option is PouchDB[0], which is a Javascript implementation of the CouchDB[1] synchronization API. It allows you to acheive eventual consistency between a client with intermittent connectivity, and a backend database.
[0] https://pouchdb.com/
[1] https://couchdb.apache.org/