When we use CCAP to generate a verification code, we need to build node-gyp, but the C compiler environment is PYTHON,VC.
Node-gyp Bag Https://github.com/TooTallNate/node-gyp#installation
The Windows system meets the following two conditions when using it ( so it is recommended to play node or to develop under a Mac ):
* Python (2.5<version<3.0).
* VC + + compiler, included in Visual Studio 2010 (VC + + Express can also)
Several tutorials for installing Python:
Construction of Python environment under Windows system http://www.cnblogs.com/windinsky/archive/2012/09/20/2695520.html
Python Development _python Installation http://www.cnblogs.com/hongten/p/hongten_python_install.html
Then we recommend a frame pomelo: NetEase open source based on node. JS's game server framework, reference:
Pomelo Official website: http://www.yyyweb.com/demo/inner-show/pomelo.html
Http://www.cnblogs.com/lhb25/archive/2012/12/02/pomelo-game-server-framewok-for-node-js.html
http://nodejs.netease.com/topic/515279a0b5a2705b5a000983
Node development environment collocation problem under Windows environment