I recommend using no flow control library, but I recommend to learn how the async library does what it does.
If things are going to become a real mess, I recommend the reorganization of the code. If things are still a mess, well, start again from scratch :-) The async library: npm install async - https://github.com/caolan/async On Sun, May 27, 2012 at 2:09 PM, Mariusz Nowak <[email protected]> wrote: > Be sure to check also: https://github.com/medikoo/deferred a very > *functional* promise/deferred concept implementation. > > > On Saturday, May 26, 2012 8:54:13 PM UTC+2, Davis Ford wrote: >> >> There does not appear to be a shortage of libraries out there that help >> with flow control. I'm looking for something that is well tested, >> maintained, and has the capability to deal with parallel and sequential >> workflows - functional programming syntactic sugar is a plus...don't care >> about coffeescript, and documentation that is in coffeescript only is a >> minus. >> >> https://github.com/joyent/node/wiki/modules#wiki-async-flow >> >> I've been browsing a lot of these on github, and a number of them look >> good, but it is quite time consuming to investigate them all, so I'd love to >> hear any feedback from the group. Are you using any of these (or other libs >> not listed) -- happy with them? Any you would recommend? >> >> Thanks in advance, >> Davis > > -- > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Oliver Leics @ G+ https://plus.google.com/112912441146721682527 -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
