I'm a fan of NodeJS, but I would never use it to try to solve a computation heavy problem, it's good at IO multiplexing
No it isn't. It is very bad at it. It just uses the most primitive event loop and foists all the complexity of that onto you as the developer using it.