An example of async Node C++ addon using nan.
Asynchronous using event loop and queue worker in libuv.
Lighted example.
Clone this git repo and navigate to the project directory. Follow the commands below:
$ sudo npm install -g node-gyp
$ npm install
$ node-gyp rebuild
$ node index.js