This is a project to demonstrate C++ usage for making a Node.js Addon in Visual Studio as demoed at Microsoft Student Partner Gathering for Jabodetabek.
- Download latest Node.js source code here
- Extract the file and set an environment variable NODE_PATH to the folder
- Compile Node.js from source (both for Debug and Release configuration)
- Open the Solution
- Compile all addons
- Try the website and API (as defined in each routes).