# abi-stable-node-addon-examples **Repository Path**: mirrors_nodejs/abi-stable-node-addon-examples ## Basic Information - **Project Name**: abi-stable-node-addon-examples - **Description**: Node Add-on Examples with PoC ABI stable API for native modules - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Node.js Addon Examples - ABI Stable PoC ========================================= This repository is the home of the Addon Examples as extended for the proof of concept work being done to develop an ABI stable API for use my node modules. For more details please read the node-eps covering this effort. The current PR for the eps is: https://github.com/nodejs/node-eps/pull/20 ```text $ sudo npm install node-gyp -g ``` In each example directory, run: ```text $ npm install $ node-gyp rebuild $ node ./ ```