Node-gyp Explained: Integrating Native Modules in Node.js
What if we wish to integrate languages like C, and C++ into our JavaScript code? Well, this magic is made possible by the Node-gyp! In this article let’s explore more about this awesome complex tool and learn to use it in Node.js. Introduction to Node-gyp It is a command line tool to build and configure […]
Node-gyp Explained: Integrating Native Modules in Node.js Read More »