.NODE Dateiendung

Node.js Binary Addon File

Entwickler k. A.
Beliebtheit
3.6  |  10 Stimmen
 

Was ist eine NODE-Datei?

A NODE file contains an addon, which is a compiled library of functions used by one or more Node.js applications. It stores binary data compiled from a GYP file written in the C++ programming language. NODE files are similar to .MJS modules in that they allow web and application developers to organize code into smaller reusable components.

Weitere Informationen

Web and app developers utilize NODE files to create addons for Node.js applications. These addons allow Node.js applications to link to libraries that provide functionality. A reusable addon project typically consists of a package.json file, a binding.gyp file, and C++ source code, whereas non-reusable modules don't need the package.json file.

To create NODE files, the developers first install the "node-gyp" utility bundled with Node.js using the following command:

npm install -g node-gyp

Then, the developers create binding.gyp files that describe the build configuration of the Node.js module. They then use the node-gyp configure command to create the proper build files and utilize the node-gyp build command to create the addon.node file.

HINWEIS: To load an addon as a Node.js module, use the require() function.

Über 400 Dateiformate öffnen mit File Viewer Plus.Kostenloser Download

Programme, die .NODE-Dateien öffnen oder referenzieren

Windows
Kostenlos
Mac
Kostenlos
Linux
Kostenlos
Kategorie: Web
Aktualisiert: 2020-06-15

Geprüft von FileInfo.com

Das FileInfo.com-Team hat das Dateiformat Node.js Binary Addon und die auf dieser Seite aufgeführten Mac, Windows, and Linux-Apps unabhängig recherchiert. Unser Ziel ist 100% Genauigkeit, und wir veröffentlichen nur Informationen zu Dateitypen, die wir überprüft haben.

Wenn Sie Ergänzungen oder Aktualisierungen zu dieser Seite vorschlagen möchten, teilen Sie es uns bitte.