Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodejs/abi-stable-node-addon-examples
Node Add-on Examples with PoC ABI stable API for native modules
https://github.com/nodejs/abi-stable-node-addon-examples
node nodejs
Last synced: about 2 months ago
JSON representation
Node Add-on Examples with PoC ABI stable API for native modules
- Host: GitHub
- URL: https://github.com/nodejs/abi-stable-node-addon-examples
- Owner: nodejs
- Archived: true
- Created: 2016-09-06T20:24:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T14:00:49.000Z (about 6 years ago)
- Last Synced: 2024-04-14T00:38:23.999Z (7 months ago)
- Topics: node, nodejs
- Language: C++
- Homepage:
- Size: 148 KB
- Stars: 239
- Watchers: 25
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 ./
```