# node-api **Repository Path**: mirrors_addaleax/node-api ## Basic Information - **Project Name**: node-api - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node.js API (N-API) Package This package contains header-only C++ wrapper classes for the ABI-stable Node.js API (N-API), along with library code that enables backward-compatibility with use with older versions of Node.js that do not have N-API built-in. ### API Documentation - [ABI-Stable C APIs in Node.js](https://nodejs.org/api/n-api.html) - [C++ APIs in this package](https://nodejs.github.io/node-addon-api/namespace_napi.html) ### Getting Started To use N-API in a native module: 1. Add a dependency on this package to `package.json`: ```json "dependencies": { "node-addon-api": "0.3.3", } ``` 2. Reference this package's include directory and gyp file in `binding.gyp`: ```gyp 'include_dirs': [" ### WG Members / Collaborators | Name | GitHub link | | ------------------- | ----------------------------------------------------- | | Anna Henningsen | [addaleax](https://github.com/addaleax) | | Arunesh Chandra | [aruneshchandra](https://github.com/aruneshchandra) | | Benjamin Byholm | [kkoopa](https://github.com/kkoopa) | | Gabriel Schulhof | [gabrielschulhof](https://github.com/gabrielschulhof) | | Hitesh Kanwathirtha | [digitalinfinity](https://github.com/digitalinfinity) | | Jason Ginchereau | [jasongin](https://github.com/jasongin) | | Michael Dawson | [mhdawson](https://github.com/mhdawson) | | Sampson Gao | [sampsongao](https://github.com/sampsongao) | | Taylor Woll | [boingoing](https://github.com/boingoing) |