Async.js is Boss

April 25, 2012

A JavaScript library I really like is async by caolan.  It makes common tasks for multiple async operations really natural, which is especially useful for Node programming.

Check it out!