--

Good article.

But I cannot agree that Node.js is single-threaded.

libuv (C library) provides us the possibility to use multiple threads and even regulate the size of the thread pool.

As for CPU-bound operation in some cases Worker Threads can be used (if you need to share memory between threads).

--

--

Novokhatskyi Oleksii
Novokhatskyi Oleksii

Written by Novokhatskyi Oleksii

Software Engineer, Co-Founder of Purport (purportapp.com), Tech Read channel (t.me/technicalread)

No responses yet