This is an example project showing how to use the Node.js N-API AsyncWorker class
A tutorial describing this project can be found at the N-API Resource.
To build and run this program on your system, clone it to your computer and run these two commands inside your clone:
npm install
npm test
You need to have Node 10.5.0 or later installed.