Asynchronous, non-blocking EventEmitter
Like EventEmitter but with emitSeries and emitParallel methods
Simple and modern async event emitter
async emitter
Async emitter
Node compatible event emitter with extra features
Promisify an event by waiting for it to be emitted
Simple event emitter
Event emitter
Type-safe implementation of EventEmitter for browser and Node.js
Creates a Promise that waits for a single event
A type-safe marriage of `EventTarget` and `EventEmitter`.
Event bus with powerful features: type inferring, async emitter, propagation stop, handler sorting, group off, etc.
An alternantive to EventEmitter using consumable streams.
Async event emitter
A tiny (less than 1k) event emitter library
Environment agnostic event emitter
A minimal event emitter.
The next generation of events handling for javascript! New: abstract away the network!
An event emitter implementation with async support in mind
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
A simple event emitter.
Convert event emitters and event targets to ES async iterators
Strictly typed event emitter interface for TypeScript 3.
An asyncronous emitter class for ruby
With EventEmitter you can build your application in Event-Driven way. It acts as global pub/sub mechanism and uses Sidekiq to reliably and asynchronously deliver messages to subscribers. Using this approach you can enforce low coupling between different components of the system.
A thread-safe event emitter for Ruby with sync and async listeners, wildcard event matching, listener priorities, event history with replay, event metadata, blocking wait, one-time listeners, and a mixin module.