The engine used in the Socket.IO JavaScript server, which manages the low-level transports such as HTTP long-polling and WebSocket.
Adapter to enable broadcasting of events to multiple separate socket.io server nodes.
The engine used in the Socket.IO JavaScript client, which manages the low-level transports such as HTTP long-polling and WebSocket.
The Socket.IO Postgres adapter, allowing to broadcast events between several Socket.IO servers
The Socket.IO Postgres emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.