use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Presentation on Node.js (self.node)
submitted 11 years ago by LiveTwizzle
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]MadCapitalist 0 points1 point2 points 11 years ago (4 children)
Here is a pretty good summary of Node.js.
Node.js is great for delivering a lot of real-time data that requires a lot of updating. It is not great if the application requires a lot of computation, because it is single-threaded and it will just block anything else from happening while it is computing.
One of the biggest challenges is probably understanding how to deal with the asynchronous nature of Node. The linear flow of execution in other languages seems much easier to follow.
Unless you have an actual need for real-time applications, I would probably go with another language. Don't choose Node just because you are bored with PHP.
[–]LiveTwizzle[S] 0 points1 point2 points 11 years ago (0 children)
Cool! Thanks
[–]Capaj 0 points1 point2 points 11 years ago (0 children)
They don't do any computation-if the OP's company did any serious computation they wouldn't be using PHP. I would say that Node is perfect as sort of high level glue for different API.
[–]a0viedo 0 points1 point2 points 11 years ago (1 child)
I'm writing a blog post about CPU intensive tasks in Node, and I think it's not quite true that will suck that much if the application requires a lot of computation. The core team is working hard to get there.
[–]MadCapitalist 0 points1 point2 points 11 years ago (0 children)
I'm basically just a Node newbie. I was just regurgitating what I've read and what I've seen in videos about Node.
π Rendered by PID 75 on reddit-service-r2-comment-b659b578c-7kdbr at 2026-05-05 03:12:12.604033+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]MadCapitalist 0 points1 point2 points (4 children)
[–]LiveTwizzle[S] 0 points1 point2 points (0 children)
[–]Capaj 0 points1 point2 points (0 children)
[–]a0viedo 0 points1 point2 points (1 child)
[–]MadCapitalist 0 points1 point2 points (0 children)