awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nodejs avatar

nodejs/node-gyp

0
View on GitHub↗
10,647 स्टार्स·1,869 फोर्क्स·Python·MIT·3 व्यूज़

Node Gyp

node-gyp is a build system wrapper and compilation tool designed to transform C and C++ source code into binary modules for the Node.js runtime. It functions as a native module compiler that orchestrates the process of converting native source code into binary bindings for high-performance execution.

The project provides cross-platform compilation by managing different compilers and SDKs across Windows, macOS, and Linux. It translates a single project configuration into platform-specific build files, such as Makefiles or Visual Studio projects, to ensure consistent builds across different operating systems.

Beyond standard binary compilation, the tool handles the procurement of remote source files and the management of versioned runtime header files required for binary compatibility. It also supports the generation of portable WebAssembly modules.

Features

  • Add-on Compilation Toolchains - Converts C and C++ source code into binary bindings and modules for high-performance execution in the Node.js runtime.
  • Native Module Toolchains - Provides the primary toolchain for bootstrapping and compiling C and C++ native extensions for the Node.js runtime.
  • Build Environment Configurators - Sets architecture, compiler versions, and system paths using flags or configuration files to prepare the build process.
  • Cross-Platform and Native Compilation - Generates platform-specific build files and manages compiler toolchains to ensure native code compiles across different operating systems.
  • Build Toolchain Abstractions - Maps high-level build commands to specific compilers and SDKs based on the detected host operating system.
  • Multi-Toolchain Integration - Connects with various compilers and SDKs across different operating systems to ensure consistent code compilation.
  • Platform Build File Generators - Translates a central JSON project definition into platform-specific build files like Makefiles or Visual Studio projects.
  • Platform-Specific Build File Generation - Creates platform-specific configuration files, such as Makefiles, based on a central project definition.
  • Build Configuration Management - Reads compilation settings from configuration files or package manifests to determine how native code is built.
  • Binary Compilation - Transforms C and C++ source code into binary modules that the JavaScript runtime can load.
  • Node.js Native Addons - Converts C and C++ source code into binary modules that can be loaded and executed within a Node.js environment.
  • Build Tools - Compiles C and C++ source code into binary modules that can be loaded as native addons by Node.js.
  • Build File Generators - Generates platform-specific build files such as Makefiles and Visual Studio projects from a single project configuration.
  • Build-Time Source Procurement - Downloads and extracts external dependencies from HTTP endpoints during the build process to satisfy native requirements.
  • Target-Specific Build Settings - Builds native modules for specific runtime versions by specifying target versions and header locations.
  • Toolchain Path Resolution - Determines system paths and compiler versions via command-line flags and configuration files to locate build tools.
  • External Source Inclusions - Downloads remote source files via HTTP and integrates them into the compilation process.
  • Native Library Integrations - Fetches remote source files and integrates external C++ libraries into the build process for native extensions.
  • Runtime Header Management - Downloads and links specific versioned C++ header files to ensure binary compatibility with the target runtime.
  • WebAssembly Glue Code Generators - Builds native source code into portable WebAssembly formats, providing the necessary interface for web environments.
  • WebAssembly Compilation - Builds native modules into a portable WebAssembly format for use in web environments.

स्टार हिस्ट्री

nodejs/node-gyp के लिए स्टार हिस्ट्री चार्टnodejs/node-gyp के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Node Gyp के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Node Gyp के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • kitware/cmakeKitware का अवतार

    Kitware/CMake

    7,968GitHub पर देखें↗

    CMake is a cross-platform build system generator and build automation tool. It is used to define build requirements and dependencies for C and C++ source code, managing the compilation and linking process across different operating systems. The project functions by generating platform-specific build files and scripts from a single configuration. This allows for the standardization of how software is compiled and packaged for compilers and development tools across various environments. The tool covers C++ project configuration and native application compilation for desktop and embedded system

    C
    GitHub पर देखें↗7,968
  • napi-rs/napi-rsnapi-rs का अवतार

    napi-rs/napi-rs

    7,500GitHub पर देखें↗

    napi-rs is a framework and toolkit for building high-performance native extensions for Node.js using Rust. It functions as a bridge between Rust and JavaScript runtimes, enabling the conversion of data types and the execution of native functions within a JavaScript environment. The project provides a native binary compiler and a cross-platform module orchestrator to automate the compilation and publishing of packages across multiple operating systems and architectures. It generates corresponding JavaScript type definitions and platform-specific binaries to ensure consistent installation. The

    Rustjavascriptnapinapi-rs
    GitHub पर देखें↗7,500
  • neon-bindings/neonneon-bindings का अवतार

    neon-bindings/neon

    8,410GitHub पर देखें↗

    Neon is a framework for writing high-performance native Node.js modules using the Rust programming language. It serves as a foreign function interface bridge and a toolchain for bootstrapping, compiling, and managing Rust-based extensions. The project provides a cross-language memory manager that handles buffers and object borrowing to ensure safe memory access between Rust and JavaScript. It enables the mapping of data types and function calls across the language boundary, allowing Rust functions to be exported to the script environment and JavaScript functions to be called from Rust. The f

    Rust
    GitHub पर देखें↗8,410
  • theos/theostheos का अवतार

    theos/theos

    4,867GitHub पर देखें↗

    Theos is a cross-platform mobile development toolchain and build system designed for compiling and packaging software for mobile operating systems. It functions as a system tweak kit and runtime hooking framework, allowing developers to create modifications that alter the internal behavior of mobile OS environments. The project distinguishes itself by providing specialized preprocessor syntax that generates low-level API calls, removing the boilerplate code typically required for function and method hooking. It enables dynamic runtime method swizzling and class extensions, allowing developers

    Makefilebuild-systemioslinux
    GitHub पर देखें↗4,867
Node Gyp के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

nodejs/node-gyp क्या करता है?

node-gyp is a build system wrapper and compilation tool designed to transform C and C++ source code into binary modules for the Node.js runtime. It functions as a native module compiler that orchestrates the process of converting native source code into binary bindings for high-performance execution.

nodejs/node-gyp की मुख्य विशेषताएं क्या हैं?

nodejs/node-gyp की मुख्य विशेषताएं हैं: Add-on Compilation Toolchains, Native Module Toolchains, Build Environment Configurators, Cross-Platform and Native Compilation, Build Toolchain Abstractions, Multi-Toolchain Integration, Platform Build File Generators, Platform-Specific Build File Generation।

nodejs/node-gyp के कुछ ओपन-सोर्स विकल्प क्या हैं?

nodejs/node-gyp के ओपन-सोर्स विकल्पों में शामिल हैं: kitware/cmake — CMake is a cross-platform build system generator and build automation tool. It is used to define build requirements… napi-rs/napi-rs — napi-rs is a framework and toolkit for building high-performance native extensions for Node.js using Rust. It… neon-bindings/neon — Neon is a framework for writing high-performance native Node.js modules using the Rust programming language. It serves… theos/theos — Theos is a cross-platform mobile development toolchain and build system designed for compiling and packaging software… wasm-bindgen/wasm-pack — wasm-pack is a build tool and workflow orchestrator for compiling Rust code to WebAssembly. It coordinates the… thedodd/trunk — Trunk is a build tool and development server for compiling Rust code to WebAssembly and packaging it for browser…