Over the past few months I've been using this little utility module in my 
applications.  Thought I would share it here now that it is stable and 
well-documented.

https://github.com/cpsubrian/node-eventflow

EventFlow exposes some of the great flow-control utility provided by 
caolan's async module in the form of events.  Basically, you'll be able to 
'register' asynchronous (or sync, or a mix) handlers via the `emitter.on()` 
syntax you are already familiar with.  Then you can fire them with 
`emitter.series()`, `emitter.parallel()`, `emitter.waterfall()`, etc.

The docs should explain it all but I'm happy to answer any questions here. 
 Its got tests, travis-ci peace-of-mind, and has been in production on 
several apps for a few months.

Enjoy!

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to