top | item 37959470

Show HN: SignalDB – Reactive Local JavaScript Database

4 points| zlies | 2 years ago |github.com

SignalDB is a local JavaScript database with a MongoDB-like interface and TypeScript support, enabling optimistic UI with signal-based reactivity across multiple frameworks. It integrates easily with libraries like Angular, Solid.js, Preact, and Vue, simplifying data management with schema-less design, in-memory storage, and fast queries.

2 comments

order

kabes|2 years ago

Looks exactly like what Meteor did in 2011 (called minimongo)

zlies|2 years ago

The design is heavily inspired by Minimongo. I used Meteor extensively in the past, but since moving away from it, I've missed the simplicity of reactive data handling on the client-side through Minimongo. Now that signals have regained popularity, I've begun developing SignalDB as a versatile alternative that can be integrated with any framework, not just Meteor