0
How to achieve multi-thread in JavaScript.
?
2 Answers
+ 15
NodeJS 10 has an experimental thread API.
+ 2
Workers.
If that's not enough to start with, I can:
* Drop the bare minimum needed to create a worker here
* Point you to codes using them (more complexity)