Awesome
immudb-node
Official immudb client for nodejs.
Old immudb client
Old version of immudb node client
immudb node client (Alpha) mono repository
If you don't plan developing this project, you will be only interested with:
- immudb-node - immudb client, or
- immudb-node-showcase - immudb client examples of usage.
This repository contains following projects:
- immudb-node - immudb client,
- immudb-node-showcase - immudb client examples of usage,
- immudb-node-doc - Documentation of immudb client,
- immudb-node-grpcjs - immudb low lewel gprc bindings,
- immudb-node-pbjs - immudb low lewel protobufers bindings,
- immudb-node-test - immudb client tests.
Building project
To (re)build all projects run in root directory:
npm install
npm run build
# cleaning:
npm run clean