Is Node.js production-ready on Windows? [closed]

半城伤御伤魂 提交于 2019-12-25 04:07:37

问题


In the new 0.5.1 branch, there is an official Windows executable of Node.js. The Linux version of Node.js uses established libraries such as v8, libev, libeio.

Since libev and libeio is for *NIX platforms; is the Windows port of Node.js ready for production use, or is it only for development?


回答1:


0.5.x branch is unstable. Even branch numbers are stable and odds are unstable, so you will have to wait for the 0.6.x if you want it production ready and stable.




回答2:


Version 0.5.1 is marked unstable, so don't expect this to be production quality. Microsoft seems to back the Win32 port of Node however, so in the (near?) future it will be stable.




回答3:


I have tried the Windows version of Node.js (0.5.1). It actually works very well, but I couldn't load "child_process" module. It seems that it was not shipped with the current version.

Just my two cents.

Updated: Here is the TODO.Win32, which answers my questions.



来源:https://stackoverflow.com/questions/6706415/is-node-js-production-ready-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!