Skip to content

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

Notifications You must be signed in to change notification settings

btsimonh/node-addon-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Modified to test cloning of native objects.

Clone repo.

cd VectorExample

npm install

This will build VectorExample, and install the modified version of clone from https://github.com/btsimonh/clone/tree/_clone

then run 'npm start' or node index.js

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.6%
  • C++ 46.0%
  • Python 2.4%