nodejs/node-addon-examples

Name: node-addon-examples

Owner: Node.js Foundation

Description: Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html

Created: 2013-01-23 05:05:51.0

Updated: 2018-01-16 07:43:39.0

Pushed: 2016-10-27 18:27:08.0

Homepage: null

Size: 454

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Node.js Addon Examples

See the Node.js C++ addons page for details of the examples here.

Each directory contains a subdirectory for:

You will need node-gyp installed as a global:

do npm install node-gyp -g

In each example directory, run:

m install
de-gyp rebuild
de ./

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.