发布于 2016-01-21 05:19:00 | 95 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node v5.5.0 (稳定版)发布,此版本的更新内容如下:
events: make sure console functions exist (Dave) #4479
fs: add autoClose option to fs.createWriteStream (Saquib) #3679
http: improves expect header handling (Daniel Sellers) #4501
node: allow preload modules with -i (Evan Lucas) #4696
v8,src: expose statistics about heap spaces (v8.getHeapSpaceStatistics()
) (Ben Ripkens) #4463
Minor performance improvements:
Surrogate pair in REPL can freeze terminal. #690
Calling dns.setServers()
while a DNS query is in progress can cause the process to crash on a failed assertion. #894
url.resolve
may transfer the auth portion of the url when resolving between two full hosts, see #1435.
Unicode characters in filesystem paths are not handled consistently across platforms or Node.js APIs. See #2088, #3401 and #3519.
更多内容请看:Read more...