Is NAN still the state of the art way to create Node.js addons? Looking at a repo like this:
https://github.com/nodejs/node-addon-examples/tree/master/1_hello_world
it looks like NAPI has overtaken NAN, or?
this info should go in the readme, telling users which one is the most recent version to use?
Is NAN still the state of the art way to create Node.js addons? Looking at a repo like this:
https://github.com/nodejs/node-addon-examples/tree/master/1_hello_world
it looks like NAPI has overtaken NAN, or?
this info should go in the readme, telling users which one is the most recent version to use?