共享棋牌室系统:现代科技与传统娱乐的完美融合
Node v5.9.1 (Stable) 发布了。
Node.js是一套用来编写高性能网络服务器的JavaScript工具包,一系列的变化由此开始。比较独特的是,Node.js会假设你是在POSIX环境下运行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安装mingw”>MinGW以获得一个仿POSIX的环境。在Node中,Http是首要的。Node为创建http服务器作了优化,所以你在网上看到的大部分示例和库都是集中在web上(http框架、模板库等)。
更新内容
buffer: Now properly throws RangeErrors on out-of-bounds writes (Matt Loring) #5605.
- This effects write{Float|Double} when the noAssert option is not used.
timers:
- Returned timeout objects now have a Timeout constructor name (Jeremiah Senkpiel) #5793.
- Performance of Immediate processing is now ~20-40% faster (Brian White) #4169.
vm: Fixed a contextify regression introduced in v5.9.0 (Ali Ijaz Sheikh) #5800.
下载地址:
https://nodejs.org/en/download/stable/
详情:
https://nodejs.org/en/blog/release/v5.9.1/