Node.js

A powerful JavaScript runtime environment that brings the most misunderstood programming language to the server.

An introduction to C++ addons in Node.js

One of the strengths of Node.js is its ability to extend its functionalities via C++ addons, allowing developers to create native modules that can interact directly with the operating system and other C/C++ libraries.

Back to top