.NODE ファイル拡張子

Node.js Binary Addon File

開発元 不明
人気度
3.6  |  10 
 

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.

詳細情報

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.

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

File Viewer Plusで400種類以上のファイル形式を開けます。無料ダウンロード

NODEファイルを開く、または参照するプログラム

Windows
無料
Mac
無料
Linux
無料
カテゴリ: ウェブ
更新日: 2020-06-15

検証者 FileInfo.com

FileInfo.comチーム は、このページに掲載されているNode.js Binary Addonファイル形式とMac, Windows, and Linuxアプリについて独自に調査しました。 私たちの目標は100%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。