Async module

suggest change

The source is available for download from GitHub. Alternatively, you can install using npm:

$ npm install –save async

As well as using Bower:

$ bower install async

Example:

var async = require("async");
async.parallel([
    function(callback) { ... },
    function(callback) { ... }
], function(err, results) {
    // optional callback
});

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Avoid callback hell:
* Async module

Table Of Contents
1 npm
41 cli
43 grunt
59 Hack
64 ES6
67 Redis
69 MongoDB
86 MongoDB
87 Lodash
91 CORS
103 Avoid callback hell
105 N-API
108 Require