Billie Zhang

Results 3 issues of Billie Zhang

http://howtonode.org/socket-io-auth

``` async.parallel([ function(callback){ callback(null, 'one'); // null is a MUST here }, function(callback){ callback(null, 'two'); } ], // optional callback function(err, results){ console.log(results); // will output 'one' 'two' }); ```...

有人建议用 async.js 或 Q http://dev.oupeng.com/articles/7-tips-for-a-nodejs-padawan