gabrielschulhof / abi-stable-node-addon-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: nodejs/node-eps#20

$ sudo npm install node-gyp -g

In each example directory, run:

$ npm install
$ node-gyp rebuild
$ node ./

About

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


Languages

Language:C++ 77.7%Language:JavaScript 11.2%Language:Python 10.2%Language:C 0.8%