Software Alternatives, Accelerators & Startups

What Happens When You Put a Database in the Browser?

PouchDB CouchDB
  1. Open-source JavaScript database inspired by Apache CouchDB that's designed to run well within the browser
    Pricing:
    • Open Source
    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/.

    #NoSQL Databases #Databases #Developer Tools 24 social mentions

  2. HTTP + JSON document database with Map Reduce views and peer-based replication
    Pricing:
    • Open Source
    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/.

    #Databases #NoSQL Databases #Relational Databases 18 social mentions

Discuss: What Happens When You Put a Database in the Browser?

Log in or Post with