-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Would it be possible to port this module to N-API? N-API is available for Node.js versions 4-master via https://github.com/nodejs/node-addon-api. Porting to N-API would relieve the burden of having to rebuild the module for every Node.js major release, because an addon built with node-addon-api will work with the version of Node.js against which it was compiled as well as all future versions of Node.js without recompilation. The syntax of node-addon-api is very similar to NAN which should make porting easy.
Metadata
Metadata
Assignees
Labels
No labels