Till now Node.js was treated as solution which can only route computation to some third-parties (DBs, services implemented in other technologies), right now it's not an issue anymore. Threads was in Node.js for long time, but right now it's be used for custom CPU intensive computations without need for creating native module.
Till now Node.js was treated as solution which can only route computation to some third-parties (DBs, services implemented in other technologies), right now it's not an issue anymore. Threads was in Node.js for long time, but right now it's be used for custom CPU intensive computations without need for creating native module.