Software Alternatives, Accelerators & Startups

Comparing local-first frameworks and approaches

PouchDB Automerge
  1. Open-source JavaScript database inspired by Apache CouchDB that's designed to run well within the browser
    Pricing:
    • Open Source
    โ€œThe Database that Syncs!โ€ shouts the PouchDB homepage. PouchDB is another new local-first/sync database. PouchDB is a JavaScript database that runs in the browser, allowing developers to create applications that work offline and sync with server-side databases when online. Itโ€™s designed to be compatible with (and is inspired by) Apacheโ€™s NoSQL CouchDB.

    #Databases #NoSQL Databases #Developer Tools 32 social mentions

  2. A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
    Pricing:
    • Open Source
    Ink & Switch released automerge to automatically achieve this merge. If you have two documents you are collaboratively editing, you can use automerge to make concurrent changes.

    #Databases #NoSQL Databases #Developer Tools 8 social mentions

Discuss: Comparing local-first frameworks and approaches

Log in or Post with