+1 on the general idea. I've been waiting for the node-waf -> node_gyp switch for a while now. I'm working on a project to help node.js module authors get started with the whole C++ thing:
https://github.com/shinuza/node-cc-module-boilerplate The biggest problem with node-waf is that the version bundled with node is super outdated and the documentation is hard to find. Same thing goes with the automated doc for the V8 API. > 2. We'll build some cloudy buildbot CI stuff to compile all the things. I thought of this while reading the original post, although it might require some special setup to register a particular module for compiling.
