Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Schlight <jim@inspiredware.com>2020-08-22 02:15:27 +0300
committerRich Trott <rtrott@gmail.com>2020-08-24 18:30:55 +0300
commitcb315d2dd36d5ef1a9f7354662ee7e2e1e8fa696 (patch)
tree9ef20355245bdf6226709f308d966c7d3e0d7237 /doc/api/n-api.md
parent0dae5d93809450a7dce1f9370473a1ffc480657d (diff)
doc,n-api: add link to n-api tutorial website
PR-URL: https://github.com/nodejs/node/pull/34870 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index ea975cdbffd..a3cbeb52042 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -78,6 +78,10 @@ it still gets the benefits of the ABI stability provided by the C API.
When using `node-addon-api` instead of the C APIs, start with the API [docs][]
for `node-addon-api`.
+The [N-API Resource](https://nodejs.github.io/node-addon-examples/) offers an
+excellent orientation and tips for developers just getting started with N-API
+and node-addon-api.
+
## Implications of ABI stability
Although N-API provides an ABI stability guarantee, other parts of Node.js do