- Node.js C++ Addons and node-addon-examples
- goingnative NodeSchool style interactive tutorial
- NAN API docs
- http://www.cplusplus.com/
- LLDB quick reference
- substack/tape for writing JavaScript tests that can easily be run through LLDB or GDB like
lldb node test.js
for debugging C++ errors. This is in contrast to test frameworks like mocha that rely on their own binary (which lacks thenode
binary symbols) to run tests.
Last active
April 9, 2016 04:08
-
-
Save mikemorris/0ad1939f2d20bf5e6f2d to your computer and use it in GitHub Desktop.
Node.js C++ Addon Resources
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment