gevents
v0.1.1
Published
An extension to node.js events, that adds global events through redis
Downloads
1
Readme
gevents
Extends the native node.js events with a global emitter through Redis.
The single purpose is to add the ability to emit an event, that is transported through Redis, making the event "global" to all processes and computers, that are listening with gevents on the same Redis setup.
This is an early BETA version
As soon as the module has shown it's worth and stability on a live system, it will be marked as version >= 1.0.0.
Until then: Feel free to play around with it, learn from it.
To install
npm install gevents
Todo
Add an options argument that can contain connection info etc.