Javascript SDK
Installation
Install the @nodora/js package
Install with any Node-compatible package manager:
npm install @nodora/jsbun add @nodora/jspnpm add @nodora/jsRequirements
- Node.js 18 or newer, Bun, or a browser with WebAssembly support.
- No native build step. The package ships a prebuilt
nodora.wasmand selects the right loader for Node or the browser through its conditional exports map.