Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenotary/immudb-node
Node.js SDK for immudb
https://github.com/codenotary/immudb-node
cryptographic-verifications immudb-server javascript nodejs sdk
Last synced: 3 days ago
JSON representation
Node.js SDK for immudb
- Host: GitHub
- URL: https://github.com/codenotary/immudb-node
- Owner: codenotary
- License: apache-2.0
- Created: 2020-09-07T11:28:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:47:33.000Z (7 months ago)
- Last Synced: 2024-12-15T20:58:02.347Z (7 days ago)
- Topics: cryptographic-verifications, immudb-server, javascript, nodejs, sdk
- Language: JavaScript
- Homepage:
- Size: 7.28 MB
- Stars: 63
- Watchers: 20
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# immudb-node [![License](https://img.shields.io/github/license/codenotary/immudb-node)](LICENSE)
[![npm](https://img.shields.io/npm/v/@codenotary/immudb-node)](https://www.npmjs.com/package/@codenotary/immudb-node)
[![Discord](https://img.shields.io/discord/831257098368319569)](https://discord.gg/EWeCbkjZVu)
[![Tweet about immudb!](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Tweet%20about%20immudb)](https://twitter.com/intent/tweet?text=immudb:%20lightweight,%20high-speed%20immutable%20database!&url=https://github.com/codenotary/immudb)### Official [immudb] client for nodejs.
[immudb]: https://immudb.io/
# Old immudb client
**[Old version of immudb node client](https://github.com/codenotary/immudb-node/releases/tag/v1.1.1)**
# immudb node client (Alpha) mono repository
If you don't plan developing this project, you will be only interested with:
- [immudb-node](immudb-node) - immudb client, or
- [immudb-node-showcase](immudb-node-showcase) - immudb client examples of usage.This repository contains following projects:
- [immudb-node](immudb-node) - immudb client,
- [immudb-node-showcase](immudb-node-showcase) - immudb client examples of usage,
- [immudb-node-doc](immudb-node-doc) - Documentation of immudb client,
- [immudb-node-grpcjs](immudb-node-grpcjs) - immudb low lewel gprc bindings,
- [immudb-node-pbjs](immudb-node-pbjs) - immudb low lewel protobufers bindings,
- [immudb-node-test](immudb-node-test) - immudb client tests.# Building project
To (re)build all projects run in root directory:
```sh
npm install
npm run build
# cleaning:
npm run clean
```