socketio / socket.io-redis-emitter

The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.
https://socket.io/docs/v4/redis-adapter/
MIT License
721 stars 121 forks source link

Add the option for broadcast #8

Closed kuryaki closed 10 years ago

kuryaki commented 10 years ago

emit is working great, however i have a very especial case where i need to broadcast to a name space,

rase- commented 10 years ago

@kuryaki this already exists, and will be available in the new release, see https://github.com/Automattic/socket.io-emitter/commit/4cb72c9bf840fa51fd86f6e39baf2ff33d35e898.

rase- commented 10 years ago

@kuryaki to try right now, you can install the current master instead of the latest release. :)

kuryaki commented 10 years ago

Awesome thanks