Node backend¶
The Node backend owns:
- worker-thread engine ownership (native engine is never called on the main thread)
- frame scheduling and buffer pooling
- transfer of drawlists to the engine and event batches back to core
Most apps should construct a backend via:
Next: Worker model.