Hello Everyone,
Is there a way to incrementally adopt node-addon-api in a module which is written with node.h/nan ?
The Init function is exposed through the node.h NODE_MODULE(modname, regfunc) . This legacy module is quite large, cross-platform and spawning several threads (in different ways) so I am not very confident proceeding with a one step rewrite.
Hello Everyone,
Is there a way to incrementally adopt node-addon-api in a module which is written with node.h/nan ?
The Init function is exposed through the node.h NODE_MODULE(modname, regfunc) . This legacy module is quite large, cross-platform and spawning several threads (in different ways) so I am not very confident proceeding with a one step rewrite.