Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
Node.js is implemented using the V8 JavaScript engine, which is written in C++. In this tutorial, we talk about how C++ Addons allow you to interact with V8 directly in the same language that the engine is written in, and show you how to use Node.js C++ Addons to help improve the performance of your app.
Watch this video to learn:
What is an Addon
The advantages of using C++ Addons
How to make a basic Addon