Show HN: Node.js driver for DiceDB – Fast, Promise-based driver with reactivity

github.com

3 points by aditya_ds_1806 8 days ago

I just released a new Node.js client for DiceDB — a Redis-like database for reactive apps.

This driver supports all commands including watchable ones (GET.WATCH, etc.), has built-in connection pooling, works with both ESM and CJS, and is written with developer experience in mind.

GitHub: https://github.com/Aditya-ds-1806/dicedb-driver

Docs: https://aditya-ds-1806.github.io/dicedb-driver

npm: npm i dicedb-driver

It’s open source (MIT), and contributions/feedback are more than welcome!