
One awesome thing about Node.js 12, which became the main Long Term Support release line in October 2019, is stable support for Worker threads. Workers are originally a feature of the Web, where they have enabled developers to run background tasks without blocking the Browser’s rendering thread for a long time. Similarly, in Node.js running…
Node.js, Open Source | 12th November 2019