`socket.io-mongodb-emitter` is an mongodb implementation of `socket-io-emitter`
The Socket.IO MongoDB emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process
Event emitter
The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process
The Socket.IO Postgres emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process
[](https://github.com/socketio/socket.io-emitter/actions) [](http://badge.fury.io/js/socket.io-emitter)
Simple event emitter
The Socket.IO MongoDB adapter, allowing to broadcast events between several Socket.IO servers
socket.io protocol parser
An Opinionated Message Queue with an emitter-style API
Type-safe implementation of EventEmitter for browser and Node.js
Realtime application framework client
node.js realtime framework server
default socket.io in-memory adapter
The Socket.IO Redis streams emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process
Creates a Promise that waits for a single event
A type-safe marriage of `EventTarget` and `EventEmitter`.
OpenTelemetry instrumentation for `socket.io` messaging server implementation for Socket.IO communication
A tiny (less than 1k) event emitter library
Promisify an event by waiting for it to be emitted
Environment agnostic event emitter
A minimal event emitter.
The Socket.IO Redis adapter, allowing to broadcast events between several Socket.IO servers
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