TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Mixu's Node book-A book about using Node.js

52 点作者 wqfeng超过 13 年前

5 条评论

hopeless超过 13 年前
Every Node-newbie should read and understand the chapter on Control Flows (<a href="http://book.mixu.net/ch7.html" rel="nofollow">http://book.mixu.net/ch7.html</a>), particularly the async for loop. This tripped me up with my little node app (<a href="http://urlpipe.com" rel="nofollow">http://urlpipe.com</a>) before I refactored it to use recursion (and then eliminated the problem by using Redis Pipelining).<p>But it still strikes me as one of those "think differently" parts of Node
评论 #3594231 未加载
mark_l_watson超过 13 年前
This online book is very well done, at least the parts I read today. BTW, the author's main web site <a href="http://mixu.net/" rel="nofollow">http://mixu.net/</a> lists an impressive number of earning and utility projects. Someone who enjoys writing code!
saroj超过 13 年前
Perfect! I'd been looking for a Node.js book for a while. This weekend is booked now for reading this one.
Lazare超过 13 年前
I found chapter 13 on Comet (long polling, socket.io, etc.) especially interesting. Speaking as a beginner, it seems like a good reference for a beginner. :)
forestanderson超过 13 年前
Whooohooo!