Monthly Archive: July 2019

Build a Node.JS C++ Module 0

Build a Node.JS C++ Module

Prerequisites nvm Build a Node.JS C++ Module from Scratch nvm use 8 npm install -g node-gyp mkdir addon cd addon npm init touch binding.gyp Edit binding.gyp and write this inside { "targets": [ {...