Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

Node Add-on Examples with PoC ABI stable API for native modules

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 ./
```