TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Node.js v0.8 around the corner

35 pointsby nodejs-newsabout 13 years ago

2 comments

pooriaazimiabout 13 years ago
The text is copied <i>verbatim</i> without attribution from Node's wiki; I think they should at least link back to it:<p>"API changes between v0.6 and v0.8" : <a href="https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8" rel="nofollow">https://github.com/joyent/node/wiki/API-changes-between-v0.6...</a>
评论 #4072747 未加载
评论 #4072991 未加载
bergieabout 13 years ago
Node.js 0.8 sounds great, though I'm afraid there will again be a long period where many of your NPM dependencies are simply broken, especially with the new build tool for native modules:<p><a href="https://github.com/TooTallNate/node-gyp" rel="nofollow">https://github.com/TooTallNate/node-gyp</a><p>We had a bit of a similar situation with the transition from 0.4 to 0.6 because of some API changes, especially the removal of EventEmitters from the C++ module API: <a href="https://groups.google.com/d/topic/nodejs/rmvA434u3Dk/discussion" rel="nofollow">https://groups.google.com/d/topic/nodejs/rmvA434u3Dk/discuss...</a><p>Hopefully this time it will happen more smoothly.
评论 #4072854 未加载
评论 #4073011 未加载