.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% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.