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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How NodeJS saved my web application

76 点作者 transmit101大约 15 年前

3 条评论

zackham大约 15 年前
One issue with this approach is that the author is allowing users to start the background work, rather than putting it into a queue like he had been doing with his prior site. If his site gets slammed, this will be a problem, whereas with a queue he could set up his interface to let the user continue browsing the site while his/her work makes its way through the queue.<p>One nice find from the article is the link to the Flash implementation of websockets: <a href="http://github.com/gimite/web-socket-js" rel="nofollow">http://github.com/gimite/web-socket-js</a>
评论 #1157602 未加载
评论 #1157703 未加载
jbellis大约 15 年前
Why is switching from rb to js to get server side event-driven code better than using a rb library like EventMachine? Or is there another benefit of node.js that I didn't pick up?
评论 #1157559 未加载
评论 #1157560 未加载
JimBastard大约 15 年前
Obligatory big ups to node:<p><a href="http://howtonode.org/" rel="nofollow">http://howtonode.org/</a><p><a href="http://wiki.github.com/ry/node/modules" rel="nofollow">http://wiki.github.com/ry/node/modules</a>