SignalDB

https://signaldb.js.org

SignalDB is an open-source project I’m currently working on. The idea is inspired by Meteor’s reactivity and minimongo. It’s a client-side database that provides a simple MongoDB-like interface to the data with first-class typescript support to achieve an optimistic UI. Data persistence can be achieved by using storage providers that store the data through a JSON interface to places such as localStorage.


started on