Wow, how many similar libs appeared simultaneously. But, hey guys to be 
honest, make-flow <https://github.com/eldargab/make-flow> is the most 
javascript-ish and the only practical out there :)

On Thursday, January 10, 2013 1:13:14 AM UTC+4, Tom Wieland wrote:
>
> Hi everyone,
>
> I've created a simple library for asynchronous flow, based on specifying 
> dependencies. I implemented it using a dependency graph and LiveScript. 
> Except that it doesn't form one list of dependencies in order, it forms a 
> list of beginning and exit nodes, and executes everything in between 
> in parallel where needed by defining dependencies.
>
> I'm aiming to cut away as much code as possible by the use of .flow(), but 
> also allow you to use the Graph and Node classes/functions when needing 
> more expressiveness (e.g. reuse of nodes in different graphs, generating 
> graphs, etc).
>
> https://github.com/Industrial/graphflow
>
> Any input would be greatly appreciated, as this is my first release on npm 
> :-)
>
> Cheers,
>
> Tom Wieland
>

-- 
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