node-gyp

Native addon build tool for Node.js
  https://github.com/nodejs/node-gyp
  0
  no reviews



Node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js.

It features : * Easy to use, consistent interface * Same commands to build a module on every platform * Support of multiple target versions of Node.js

Node.js is an event-based server-side javascript engine.