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. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/ec4dc460-b824-491f-a179-5a508ff76684%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
