JavaScript execution in Node.js is single threaded, so concurrency refers to the event loop's capacity to execute JavaScript callback functions after completing other work. Any code that is expected to run in a concurrent manner must allow the event loop to continue running as non-JavaScript operations, like I/O.

picture loading error handler
19 thought(s)19

Node.js foundations

Programming
Node.js
Javascript
Runtime
Get

Explore more quotes

Sergio Bernal