发布于 2016-06-28 23:57:52 | 64 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node v4.4.7 (LTS) 发布了,以下是值得关注的内容:
Notable Changes
debugger:
All properties of an array (aside from length) can now be printed in the repl (cjihrig) #6448
npm:
Upgrade npm to 2.15.8 (Rebecca Turner) #7412
stream:
Fix for a bug that became more prevalent with the stream changes that landed in v4.4.5. (Anna Henningsen)#7160
V8:
详细更新列表请看:Node v4.4.7 (LTS)