Node.js 0.7.1 非穩定版發布
Node.js是一套用來編寫高性能網絡服務器的JavaScript工具包,一系列的變化由此開始。比較獨特的是,Node.js會假設你是在POSIX環境下運行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安裝MinGW以獲得一個仿POSIX的環境。在Node中,Http是首要的。Node為創建http服務器作了優化,所以你在網上看到的大部分示例和庫都是集中在web上(http框架、模板庫等)。
2012.01.23, Version 0.7.1 (unstable)
-
Update V8 to 3.8.8
-
Install node-waf by default (Fedor Indutny)
-
crypto: Add ability to turn off PKCS padding (Ingmar Runge)
-
v8: implement VirtualMemory class on SunOS (Ben Noordhuis)
-
Add cluster.setupMaster (Andreas Madsen)
-
move
path.exists*
tofs.exists*
(Maciej Ma?ecki) -
typed arrays: set class name (Ben Noordhuis)
-
libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire)
Source: http://nodejs.org/dist/v0.7.1/node-v0.7.1.tar.gz
Windows Installer: http://nodejs.org/dist/v0.7.1/node-v0.7.1.msi
Macintosh Installer: http://nodejs.org/dist/v0.7.1/node-v0.7.1.pkg
Website: http://nodejs.org/docs/v0.7.1/
Documentation: http://nodejs.org/docs/v0.7.1/api/