Node.js
Concurrency in Node.js: The Event Loop, Worker Threads, and Beyond
Node.js is often described in a single, slightly misleading sentence: "it is single-threaded." That statement is true of the JavaScript code you write, but it hides a much richer reality.
Read more