.NODE Extension de fichier

Node.js Binary Addon File

Développeur N/D
Popularité
3.6  |  10 Votes
 

Qu'est-ce qu'un fichier NODE ?

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.

Plus d'informations

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.

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

Ouvrez plus de 400 formats de fichiers avec File Viewer Plus.Téléchargement gratuit

Programmes qui ouvrent ou référencent les fichiers NODE

Windows
Gratuit
Mac
Gratuit
Linux
Gratuit
Catégorie : Web
Mis à jour : 2020-06-15

Vérifié par FileInfo.com

L'équipe FileInfo.com a mené des recherches indépendantes sur le format de fichier Node.js Binary Addon et les applications Mac, Windows, and Linux répertoriées sur cette page. Notre objectif est une précision de 100%, et nous ne publions que des informations sur les types de fichiers que nous avons vérifiés.

Si vous souhaitez suggérer des ajouts ou des mises à jour de cette page, faites-le-nous savoir.