发布于 2017-03-01 07:19:22 | 87 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node.js 7.7.0 (Current) 发布了,Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包。
该版本值得特别注意的更新包括:
child_process: spawnSync() exit code now is null when the child is killed via signal
http: new functions to access the headers for an outgoing HTTP message
lib: deprecate node --debug at runtime
tls: new tls.TLSSocket() supports sec ctx options
url: adding URL.prototype.toJSON support
doc: items in the API documentation may now have changelogs
crypto: adding support for OPENSSL_CONF again
src: adding support for trace-event tracing
更多详情及下载地址请查看发行日志。