Settings

Theme

Show HN: SignalDB – Reactive Local JavaScript Database

github.com

4 points by zlies 2 years ago · 2 comments · 1 min read

Reader

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.

kabes 2 years ago

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

  • zliesOP 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

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection