Live data from Hacker News

Show HN: SignalDB – Reactive Local JavaScript Database

github.com

1–3 of 3 posts

Show HN: SignalDB – Reactive Local JavaScript Database

#1
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.

Show HN: SignalDB – Reactive Local JavaScript Database
github.com

Re: Show HN: SignalDB – Reactive Local JavaScript Database

#3
post #2

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

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