node-addon-examples/napi-asyncworker-example/node-addon-api at main · zzjpeter/node-addon-examples · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

Node-API AsyncWorker Example

This is an example project showing how to use the Node.js Node-API AsyncWorker class

A tutorial describing this project can be found at the Node-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.