Hacker News new | ask | show | jobs
by uppity 3313 days ago
You've described a classic I/O bound server application (waiting on the database) that Node handles well. As soon as you introduce serious computations or server side rendering into the request handling performance would fall dramatically.
1 comments

And Raygun, according to what the website says it does, is doing a significant amount of work.