A global shared event emitter base on nanoevents
Simple event emitter
Event emitter
Type-safe implementation of EventEmitter for browser and Node.js
Facebook's EventEmitter is a simple emitter implementation that prioritizes speed and simplicity. It is conceptually similar to other emitters like Node's EventEmitter, but the precise APIs differ. More complex abstractions like the event systems used on
Creates a Promise that waits for a single event
A type-safe marriage of `EventTarget` and `EventEmitter`.
A tiny (less than 1k) event emitter library
Environment agnostic event emitter
Promisify an event by waiting for it to be emitted
A minimal event emitter.
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Strictly typed event emitter interface for TypeScript 3.
A simple event emitter.
Fully type-checked EventEmitter
Simple and modern async event emitter
TypeScript definitions for component-emitter
Implement EventEmitter on object or component
The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process
TypeScript definitions for event-emitter
Node compatible event emitter with extra features
Event manager.
Listen for changes. Like an event emitter that only emits a single event type. Really tiny.
An EventEmitter that isolates the emitter from errors in handlers