Using Async Queue in your NodeJS apps Feb 2, 2016 The 'async' library is probably one of the top ten packages you install when you start working on a NodeJS application and for good reason too. The library lets you write asynchronous code without all the boilerplate code out of the box. view source Advertisement