windows 环境下node开发环境搭配问题

 当我们使用ccap 生成验证码时,需要node-gyp构建build,但是c的编译环境是在python,vc。

 node-gyp包 https://github.com/TooTallNate/node-gyp#installation

   在使用的时候Windows系统满足以下两个条件(所以玩node还是建议在mac下开发):

  * Python(2.5<version<3.0)。
  * VC++ 编译器,包含在Visual Studio 2010中(VC++ 2010 Express亦可)

   安装python的几篇教程:

   windows系统下Python环境的搭建     http://www.cnblogs.com/windinsky/archive/2012/09/20/2695520.html

  Python开发_python的安装   http://www.cnblogs.com/hongten/p/hongten_python_install.html

 

  然后给大家推荐一个框架Pomelo:网易开源基于 Node.js 的游戏服务端框架,参考资料:

  Pomelo官网: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

posted @ 2015-08-05 11:29  小小平凡世界  阅读(384)  评论(0编辑  收藏  举报