发布于 2016-11-09 01:00:24 | 198 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node v7.1.0 (Current) 值得关注的更新:
buffer: add buffer.transcode to transcode a buffer's content from one encoding to another primarily using ICU (James M Snell) #9038
child_process: add public API for IPC channel (cjihrig) #9322
icu:
lib: make String(global) === '[object global]'
(Anna Henningsen) #9279
libuv: Upgraded to 1.10.0 (cjihrig) #9267
readline: use icu based string width calculation (James M Snell) #9040
src:
add NODE_PRESERVE_SYMLINKS environment variable that has the same effect as the --preserve-symlinks
flag (Marc Udoff) #8749
Fix String#toLocaleUpperCase()
and String#toLocaleLowerCase()
(Steven R. Loomis)
Node v4.6.2 'Argon' (LTS) 值得关注的更新:
build: It is now possible to build the documentation from the release tarball (Anna Henningsen) #8413
buffer: Buffer.alloc() will no longer incorrectly return a zero filled buffer when an encoding is passed (Teddy Katz) #9238
deps: upgrade npm in LTS to 2.15.11 (Kat Marchán) #8928
repl: Enable tab completion for global properties (Lance Ball) #7369
url: url.format()
will now encode all #
in search
(Ilkka Myller) #8072
下载地址:
Node v7.1.0
Node v4.6.2