I want to use Node.js code in my C++ project as independent application. eg. Like a Node-Webkit. (I watched it the code, but did not understand, as I work on Windows) Please help me with code, 'cause I'm not C++ Guru. Show me the minimum code, which I'll make a start.
Here are some guides and tutorials :
They contain code snippets so you can follow easily. They also have the bare minimum to start with. Also it is advised to try them on Linux. Tutorials use linux programs like g++. So it may not be possible to try them on Windows.