The Node.js Paradox: Doing Everything at Once with Only One Thread
Coming from stuff like Java or C#, where you need a bunch of threads to deal with users all at the same time, Node.js setup just seems off. I mean, in those languages, its one thread per request or you get stuck.
That is the thing that gets me. Node....