This is a tutorial for writing node.js modules in C++. It is the base and reference for my talk on writing node.js modules with V8 at JSConf 2011 in Berlin.
Further references:
- V8 Doxygen
- uv.h
- An introduction to libuv
- v8 Cookbook
- Google's C++ style guide ======= node-cpp-modules ================
Guide for writing C++ node.js extensions