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.

How NodeJS saved my web application

76 pointsby transmit101about 15 years ago

3 comments

zackhamabout 15 years ago
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 未加载
jbellisabout 15 years ago
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 未加载
JimBastardabout 15 years ago
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>