Node.js Multithreading Articles on Flatlogic Blog

Exploring the concept of multithreading in Node.js, including the role of worker_threads and multiprocessing.

What is Node.js? Multi-Threading and Multiple Process in Node.js

Due to the non-blocking nature of Node.js, different threads execute different callbacks that are first delegated to the event loop. NodeJS runtime is responsible for handling all of this.

by Nastassia Ovchinnikova • 7 min read