We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b060f commit e8ddaa3Copy full SHA for e8ddaa3
doc/api/n-api.md
@@ -78,6 +78,10 @@ it still gets the benefits of the ABI stability provided by the C API.
78
When using `node-addon-api` instead of the C APIs, start with the API [docs][]
79
for `node-addon-api`.
80
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
+
85
## Implications of ABI stability
86
87
Although N-API provides an ABI stability guarantee, other parts of Node.js do
0 commit comments