@gothenburg-quantum-analytics/orbit-host
v0.4.0
Published
Host-side plugin manager for Orbit
Readme
Orbit Host
Host-side APIs for loading, isolating, and communicating with Orbit plugins in browsers and Node.js.
Helix 2 Plus currently supports browser-targeted Orbit plugins. The Node.js host APIs are available for other integration contexts but are not yet supported on the device.
Installation
npm install @gothenburg-quantum-analytics/orbit-hostUse the environment-specific entry point:
import { BrowserOrbitHost } from '@gothenburg-quantum-analytics/orbit-host/browser';
// or: import { NodeOrbitHost } from '@gothenburg-quantum-analytics/orbit-host/node';
const host = new BrowserOrbitHost();
const plugin = await host.loadPlugin(orbitPackage);The root entry point contains shared host abstractions, storage adapters, package loading, CAN transport, and metrics APIs.
Documentation
See Getting Started with Orbit Plugin Development for the Helix 2 Plus development workflow.
License
MIT
