惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
爱范儿
爱范儿
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
博客园_首页
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
V
V2EX
V
Visual Studio Blog
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队

Node.js Blog

Node.js — Security Bug Bounty Program Paused Due to Loss of Funding Node.js — Node.js 25.9.0 (Current) Node.js — Developing a minimally HashDoS resistant, yet quickly reversible integer hash for V8 Node.js — Node.js 25.8.2 (Current) Node.js — Node.js 24.14.1 (LTS) Node.js — Node.js 22.22.2 (LTS) Node.js — Node.js 20.20.2 (LTS) Node.js — Tuesday, March 24, 2026 Security Releases Node.js — Node.js 25.8.1 (Current) Node.js — Evolving the Node.js Release Schedule Node.js — Node.js 22.22.1 (LTS) Node.js — Node.js 20.20.1 (LTS) Node.js — Node.js 25.8.0 (Current) Node.js — Node.js 25.7.0 (Current) Node.js — Node.js 24.14.0 (LTS) Node.js — New HackerOne Signal Requirement for Vulnerability Reports Node.js — Node.js 25.6.1 (Current) Node.js — Node.js 24.13.1 (LTS) Node.js — Node.js 25.6.0 (Current) Node.js — OpenSSL Security Advisory Assessment, January 2026 Node.js — Node.js 25.5.0 (Current) Node.js — Chalk to Node.js util styleText Node.js — Node.js 25.4.0 (Current) Node.js — Mitigating Denial-of-Service Vulnerability from Unrecoverable Stack Space Exhaustion for React, Next.js, and APM Users Node.js — Node.js 22.22.0 (LTS) Node.js — Node.js 25.3.0 (Current) Node.js — Node.js 24.13.0 (LTS) Node.js — Node.js 20.20.0 (LTS) Node.js — Tuesday, January 13, 2026 Security Releases Node.js — Node.js 24.12.0 (LTS)
Node.js — Node.js 0.5.5
2011-08-27 · via Node.js Blog

Ben Noordhuis

2011.08.26, Version 0.5.5 (unstable)

  • typed arrays, implementation from Plesk
  • fix IP multicast on SmartOS
  • fix DNS lookup order: IPv4 first, IPv6 second (--use-uv only)
  • remove support for UNIX datagram sockets (--use-uv only)
  • UDP support for Windows (Bert Belder)
  • #1572 improve tab completion for objects in the REPL (Nathan Rajlich)
  • #1563 fix buffer overflow in child_process module (reported by Dean McNamee)
  • #1546 fix performance regression in http module (reported by Brian Geffon)
  • #1491 add PBKDF2 crypto support (Glen Low)
  • #1447 remove deprecated http.cat() function (Mikeal Rogers)
  • #1140 fix incorrect dispatch of vm.runInContext's filename argument (Antranig Basman)
  • #1140 document vm.runInContext() and vm.createContext() (Antranig Basman)
  • #1428 fix os.freemem() on 64 bits freebsd (Artem Zaytsev)
  • #1164 make all DNS lookups async, fixes uncatchable exceptions (Koichi Kobayashi)
  • fix incorrect ssl shutdown check (Tom Hughes)
  • various cmake fixes (Tom Hughes)
  • improved documentation (Koichi Kobayashi, Logan Smyth, Fedor Indutny, Mikeal Rogers, Maciej Małecki, Antranig Basman, Mickaël Delahaye)
  • upgrade libuv to commit 835782a
  • upgrade V8 to 3.5.8

Download: https://nodejs.org/dist/node-v0.5.5.tar.gz

Windows Executable: https://nodejs.org/dist/v0.5.5/node.exe

Website: https://nodejs.org/docs/v0.5.5/

Documentation: https://nodejs.org/docs/v0.5.5/api/

Update: The .exe has a bug that results in incompatibility with Windows XP and Server 2003. This has been reported in issue #1592 and fixed. A new binary was made that is compatible with the older Windows: https://nodejs.org/dist/v0.5.5/node-186364e.exe.