Create node module using c++
npm install node-gyp -g
npm install bindings --save
npm --add-python-to-path='true' --debug install --global windows-build-tools
# windows
set PYTHON=C:\Users\user\.windows-build-tools\python27\python.exe
node-gyp configure
node-gyp build
node app.js