发布于 2017-03-02 03:27:04 | 159 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包。
3月1日发布的 Node.js 7.7.0 包含一个阻止所有本机模块构建的错误,故开发团队在今天紧急发布了这个补丁,并表示向受到 7.7.0 影响的用户表示歉意。
Commits
[c8e34b61f6
] - build: add missing src/tracing header files (Daniel Bevenius) #10851
[96f55f9e59
] - src: move trace_event.h include to internal header (Ben Noordhuis) #10959
[30c80cbe6f
] - src: fix TracingController cleanup (Jason Ginchereau) #10623
[b89b2a7d36
] - src: always initialize tracing controller in agent (Matt Loring) #10507
[54e55e05ca
] - test: make test-intl-no-icu-data more robust (Michaël Zasso) #10992
[7b253eb3ed
] - test: increase strictness for test-trace-event (Rich Trott) #11065
[3dc4a5f1f4
] - tracing: fix -Wunused-private-field warning (Santiago Gimeno) #10416
[8a918bf411
] - tracing: fix -Wreorder warning (Santiago Gimeno) #10416
更新详情和下载地址请查看发行日志