N-API
Eintrag zuletzt aktualisiert am: 24.11.2017
N-API ist die Programmierschnittstelle von node.js, um mit C oder C++ Erweiterungen für node.js zu schreiben.
"N-API (pronounced N as in the letter, followed by API) is an API for building native Addons. It is independent from the underlying
JavaScript runtime (ex V8) and is maintained as part of Node.js itself. This API will be
Application Binary Interface (
ABI) stable across versions of Node.js. It is intended to insulate Addons from changes in the underlying
JavaScript engine and allow modules compiled for one version to run on later versions of Node.js without recompilation." [
https://nodejs.org/api/n-api.html]