-
The Node-API Team proudly announces the release of version 7.0.0 of node-addon-api, the C++ wrapper of the ABI-stable C-based Node-API (npm, GitHub).
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
For extending Node-API, you would need to make an issue on the Node.js core repository (or create the PR yourself with the suggested improvement). Note that Node-API features are meant to be engine-agnostic, as other runtimes (Hermes, JerryScript, ...) also implement Node-API: that is, eg. V8 specific features that have no equivalent in other major engines should not be used.
-
abi-stable-node
Repository used by the Node-API team to manage work related to Node-API and node-addon-api
For other language bindings, you can take a look at our documentation. It provides links to projects that are (1) libraries in various languages to create native add-on binaries, and (2) other JavaScript engines that implement Node-API and can load said native add-ons.