Node.js multithreading
Wait... what? Worker threads in Node.js have their dropped their “experimental” flag? Meaning that you no longer need to: accept the fact that Node.js is a single-threaded JavaScript runtime using asynchronous code, one that restricts you to working in a concurrent way (and thus... the “callback hell”), restrain yourself from using it in resource-intensive projects, knowing that Node.js can't handle CPU-intensive operations? Now, let us savor this news (a no longer “steamy fresh” one, since Node v11.7.0, along with this update for the worker threads...