Node.js and CPU intensive requests

I’ve started tinkering with Node.js HTTP server and really like to write server side Javascript but something is keeping me from starting to use Node.js for my web application. I understand the whole async I/O concept but I’m somewhat concerned about the edge cases where procedural code is very CPU intensive such as image manipulation … Read more