Understanding the Event Loop in Node.js
When beginners hear that Node.js is single-threaded, the first reaction is usually:
“Then how does it handle multiple users at the same time?”
Because normally, if one task takes time, everything else
understanding-javascript-methods.hashnode.dev5 min read