FEATURED

Writing Native Node.js In Windows

As of Node.js 0.7.0-alpha, there is no blessed path for writing native Node.js extensions on windows. However, it is not impossible to build fully compatible native node modules using Visual Studio. Doing so properly, however, requires a bit of finnesse.

More...