Nodora
Javascript SDK

Installation

Install the @nodora/js package

Install with any Node-compatible package manager:

npm install @nodora/js
bun add @nodora/js
pnpm add @nodora/js

Requirements

  • Node.js 18 or newer, Bun, or a browser with WebAssembly support.
  • No native build step. The package ships a prebuilt nodora.wasm and selects the right loader for Node or the browser through its conditional exports map.

On this page