Hi,
I am looking for Node.js C++ Addon examples, written for v0.12 version of the Node.js --- the one that uses V8 version 3.22. There are major changes between V8 3.14 and V8 3.22, and I'd like to update my code for V8 3.22 as soon as possible. Examples on the official GitHub repository are very simple and don't cover scenarios where, for instance, I would like to wrap a C++ object, say a vector, then expose functions on it that would allows one to create copies of that vector, etc.
Are there any Node.js v0.12 C++ Addon examples available?
Blaz.