Closed myfreax closed 7 years ago
socket.io-emitter
allow you to broadcast packets to other socket.io
servers through Redis pub/sub mechanism.
emitter -----> Redis |----> server |----> client
| |----> client
| | ...
|----> server |----> client
|----> client
| ...
3q
Three questions
this lib how it work?
Redis is required?
The
127.0.0.1:12345
is socket.io listen portWhy require Redis?