This says that node.js runs on a single thread. If this is true and node.js is really single-threaded, how can i take advantage of multiple processors?
Or shouldn't I? Because this suggests it's actually an advantage.
Can someone point me further explanations to this? I got a little bit confused. thanks (: