node Multithreading, Node and Safe Code Evaluation Three things that typically don't go together. Node is asynchronous but does not have multithread support, which means that for most things, you can write simple, concise code that doesn't block IO. Here's