Pages
Contents
@xpulse/event
The communication backbone of the xPulse ecosystem. Every package, every state change, every error β everything flows through this central event bus.
@xpulse/event extends Node's native EventEmitter with optional registration and introspection, so events in the ecosystem are documented and traceable at runtime. No overhead, no magic β just a reliable channel that's always there.
Zero dependencies. That's intentional.
Documentation
- Guide β Quickstart, on/off/emit, registration
- API β Full API reference
- Events β Naming convention + known events in the ecosystem
- Spec β Full specification
- Concept: Message Structure