nodejs v0.8.0 发布
With version 0.8.0:
- Node got a lot faster.
- Node got more stable.
- You can do stuff with file descriptors again.
- The cluster module is much more awesome.
- The domain module was added.
- The repl is better.
- The build system changed from waf to gyp.
- Some other stuff changed, too.
- Scroll to the bottom for the links to install it.
下面是主要API的改动 https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8
4 回复
上海人民发来贺电
同是上海人民,握手~~
好老的帖子啊,不过还是顶一下
path.{exists,existsSync} was moved to fs.{exists,existsSync}