node-cpp-modules
node-cpp-modules copied to clipboard
Guide for writing C++ node.js extensions
I have some work to do in AsyncWork, like transforming c struct into v8::Object. So I have to write v8 code in AsyncWork. How can I manage this?
https://strongloop.com/strongblog/node-js-v0-12-c-apis-breaking/ If the examples will not be fixed for this the main readme should at least have a link there.
The README.md files for the examples say to run: npm build Doing this does nothing on node.js 0.10.26. However, if you do: node-gyp configure node-gyp build It builds the C++...
shouldn't we close the scope in AsyncAfter since we also opened one?