Node.js是一套用来编写高性能网络服务器的JavaScript工具包,一系列的变化由此开始。比较独特的是,Node.js会假设你是在POSIX环境下运行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安装MinGW以获得一个仿POSIX的环境。在Node中,Http是首要的。Node为创建http服务器作了优化,所以你在网上看到的大部分示例和库都是集中在web上(http框架、模板库等)。
更新如下:
2012.01.06, Version 0.6.7 (stable)
-
V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
-
Upgrade V8 to 3.6.6.15
-
Upgrade npm to 1.1.0-beta-10 (isaacs)
-
many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine,
Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik) -
Fix segfault in
node_http_parser.cc
-
dgram, timers: fix memory leaks (Ben Noordhuis, Yoshihiro Kukuchi)
-
repl: fix repl.start not passing the
ignoreUndefined
arg (Damon Oehlman) -
#1980: Socket.pause null reference when called on a closed Stream (koichik)
-
#2263: XMLHttpRequest piped in a writable file stream hang (koichik)
-
#2069: http resource leak (koichik)
-
buffer.readInt global pollution fix (Phil Sung)
-
timers: fix performance regression (Ben Noordhuis)
-
#2308, #2246: node swallows openssl error on request (koichik)
-
#2114: timers: remove _idleTimeout from item in .unenroll() (James Hartig)
-
#2379: debugger: Request backtrace w/o refs (Fedor Indutny)
-
simple DTrace ustack helper (Dave Pacheco)
-
crypto: rewrite HexDecode without snprintf (Roman Shtylman)
-
crypto: don’t ignore DH init errors (Ben Noordhuis)
Source Code: http://nodejs.org/dist/v0.6.7/node-v0.6.7.tar.gz
Windows Installer: http://nodejs.org/dist/v0.6.7/node-v0.6.7.msi
Macintosh Installer: http://nodejs.org/dist/v0.6.7/node-v0.6.7.pkg
Website: http://nodejs.org/docs/v0.6.7/
Documentation: http://nodejs.org/docs/v0.6.7/api/