What specifically makes Node.js more scalable than Apache?
I’ve found that this blog post by Tomislav Capan explains it very well: Why The Hell Would I Use Node.js? A Case-by-Case Introduction My interpretation of the gist of it, for Node 0.10, compared to Apache: The good parts Node.js avoids spinning up threads for each request, or does not need to handle pooling of … Read more