News

While Node.js itself is multithreaded — I/O and other such operations run from a thread pool — JavaScript code executed by Node.js runs, for all practical purposes, in a single thread.