node-addon-tutorial icon indicating copy to clipboard operation
node-addon-tutorial copied to clipboard

A simple tutorial for creating native c++ addons for nodejs using Nan.

Tutorial to Native Node.js Modules with C++

A simple tutorial for creating native c++ addons for nodejs using Nan. This is the repository for the article series:

Part 1 — An Introduction to Nan

Part 2 — Arrays, JSON and Callbacks

Part 3 — Asynchronous Bindings and Multithreading