Adapter to enable broadcasting of events to multiple separate socket.io server nodes.
By running socket.io with the socket.io-redis adapter you can run multiple socket.io instances in different processes or servers that can all broadcast and emit events to and from each other.
If you need to emit events to socket.io instances from a non-socket.io process, you should use socket.io-emitter.
See also
Installing:
$ npm install socket.io