Node.js Articles

Node.js is a JavaScript runtime built on Chrome's V8 engine, designed for building fast, scalable network applications. Here you will find content on fundamentals (modules, events, streams), asynchronous patterns (callbacks, promises, async/await), HTTP and APIs, performance tuning, CLI tools, testing, and production-grade practices.

Node.js C++ Addons Banner
C/C++ in Node.js: Creating and Using Native Addons (N-API)
Step-by-step guide to build a Node.js native addon in C++ with N-API: project setup, binding.gyp, addon code, build and usage.
Published on
Page 2 of 2