File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
<!-- introduced_in=v0.10.0-->
4
4
<!-- type=misc -->
5
5
6
- Node.js Addons are dynamically-linked shared objects, written in C++, that
7
- can be loaded into Node.js using the [ ` require() ` ] [ require ] function, and used
8
- just as if they were an ordinary Node.js module. They are used primarily to
9
- provide an interface between JavaScript running in Node.js and C/C++ libraries.
6
+ Addons are dynamically-linked shared objects written in C++. The
7
+ [ ` require() ` ] [ require ] function can load Addons as ordinary Node.js modules.
8
+ Addons provide an interface between JavaScript and C/C++ libraries.
10
9
11
10
There are three options for implementing Addons: N-API, nan, or direct
12
11
use of internal V8, libuv and Node.js libraries. Unless you need direct
You can’t perform that action at this time.
0 commit comments