Example of NodeJS addon written C++.
Based on https://nodejs.org/dist/latest-v8.x/docs/api/addons.html
git clone https://github.com/TarCode/hello-node-cpp
cd hello-node-cpp
node-gyp configure
node-gyp build
node main.js
Example of NodeJS addon written C++.
Based on https://nodejs.org/dist/latest-v8.x/docs/api/addons.html
git clone https://github.com/TarCode/hello-node-cpp
cd hello-node-cpp
node-gyp configure
node-gyp build
node main.js