Skip to content

Commit e8ddaa3

Browse files
jschlightaddaleax
authored andcommitted
doc,n-api: add link to n-api tutorial website
PR-URL: #34870 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 26b060f commit e8ddaa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/n-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ it still gets the benefits of the ABI stability provided by the C API.
7878
When using `node-addon-api` instead of the C APIs, start with the API [docs][]
7979
for `node-addon-api`.
8080

81+
The [N-API Resource](https://nodejs.github.io/node-addon-examples/) offers an
82+
excellent orientation and tips for developers just getting started with N-API
83+
and node-addon-api.
84+
8185
## Implications of ABI stability
8286

8387
Although N-API provides an ABI stability guarantee, other parts of Node.js do

0 commit comments

Comments
 (0)