RIP Webby

Web Development => WebDev Discussion & Help => Topic started by: Admin on January 25, 2022, 10:05:18 pm

Title: RxDB - A realtime Database for JavaScript Applications
Post by: Admin on January 25, 2022, 10:05:18 pm
RxDB -  A realtime Database for JavaScript Applications

https://rxdb.info (https://rxdb.info)

RxDB (short for Reactive Database) is a NoSQL-database for JavaScript Applications like Websites, hybrid Apps, Electron-Apps, Progressive Web Apps and NodeJs. Reactive means that you can not only query the current state, but subscribe to all state changes like the result of a query or even a single field of a document. This is great for UI-based realtime applications in way that makes it easy to develop and also has great performance benefits. To replicate data between your clients and server, RxDB provides modules for realtime replication with any CouchDB compliant endpoint and also with custom GraphQL endpoints.