Software Alternatives & Reviews

Ask HN: How Can I Make My Front End React to Database Changes in Real-Time?

Materialize deepstream.io RxDB RethinkDB PocketBase.io
  1. A Streaming Database for Real-Time Applications
    Pricing:
    • Open Source

    #Database Tools #Databases #Relational Databases 65 social mentions

  2. A scalable server for realtime webapps
    What your trying to do is very difficult (particularly since your data views are relying upon joins and group queries.) You may need layered solutions. I've been looking at https://deepstream.io for keeping clients in sync. You will still have to watch the db, though the client and back end sync is handled!

    #Developer Tools #App Development #Mobile Push Messaging 9 social mentions

  3. 3
    A fast, offline-first, reactive Database for JavaScript Applications
    Pricing:
    • Open Source
    I'm interested in this problem also! I think there is a large overlap with projects that market/focus on offline-first experiences. AFAIK this problem can be solved by: 1) Considering a client-side copy of the database that gets synced with the remote DB. This is an approach [PowerSync](https://www.powersync.com/) and [ElectricSql](https://electric-sql.com/) and [rxdb](https://rxdb.info/) take!

    #NoSQL Databases #Databases #Developer Tools 10 social mentions

  4. The open-source database for the realtime web
    Pricing:
    • Open Source
    Throwing RethinkDB in the mix as well. https://rethinkdb.com/.

    #Databases #NoSQL Databases #Relational Databases 12 social mentions

  5. Open Source backend with realtime database, authentication, file storage and admin dashboard, all compiled in 1 portable executable.
    Pricing:
    • Open Source
    • Free
    Pocketbase [0] is a possibility. It offers a way to subscribe to collections, meaning the client will be notified if any of the records in that collection change. [1] Should be quite efficient too, the FAQ claims that 10k realtime connections on a small hetzner VPS is no problem [2] [0] https://pocketbase.io/.

    #Realtime Backend / API #Web Frameworks #Open Source 76 social mentions

Discuss: Ask HN: How Can I Make My Front End React to Database Changes in Real-Time?

Log in or Post with