C++ addons# Addons are dynamically-linked shared objects written in C++. The require() function can load addons as ordinary Node.js modules. Addons provide an interface between JavaScript and C/C++ libraries. There are three options for implementing addons: Node-API nan (Native Abstractions for Node.js) direct use of internal V8, libuv, and Node.js libraries Unless there is a need for direct acces
{{#tags}}- {{label}}
{{/tags}}