Official immudb client for nodejs.
Old version of immudb node client
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.
To (re)build all projects run in root directory:
npm install
npm run build
# cleaning:
npm run clean