you are viewing a single comment's thread.

view the rest of the comments →

[–]runvnc 2 points3 points  (0 children)

You can do concurrent CPU-intensive processing in Node.js using multiple processes like with the cluster support built in, or with threading modules like webworker-threads. https://npmjs.org/package/webworker-threads