Tag

C++ Addons

1 views collected around this technical thread.

Taobao Frontend Technology
Taobao Frontend Technology
Sep 20, 2016 · Backend Development

Mastering Node.js C++ Addons: Seamless Data Transfer Between JavaScript and C++

This article explains how to use Node.js C++ Addons and the V8 API to define, convert, and transfer JavaScript primitive and complex types to C++ and back, covering type inheritance, immutability, argument handling, and the role of NAN for version stability.

C++ AddonsData ConversionNAN
0 likes · 13 min read
Mastering Node.js C++ Addons: Seamless Data Transfer Between JavaScript and C++