Examples
Runnable samples from the @helioslx/core repository.
Canonical examples live in
helioslx/core/examples
and are typechecked with npm run test:examples.
Clone the core repo, then run an example with your TypeScript runner:
npx tsx examples/quickstart.tsNetwork examples send real sACN. Use a closed test network or disconnected fixtures. See Safety.
| Example | Shows |
|---|---|
| Quickstart | Node source fade on universe 1 |
| Sparse channels | Per-channel transitions (recording transport) |
| Full-frame fade | 512-slot write with duration |
| Graceful shutdown | stop / close hooks |
| Redis | Durable targets |
| Embedded Elysia HTTP | Unbound HTTP adapter in a host app |
| Viewer subscription | Callbacks and bounded streams |
| Viewer TUI | Interactive terminal levels |