发布于 2016-03-24 00:58:49 | 72 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node v5.9.1 (Stable) 发布了。
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/