The Node.js Event Loop Explained
At the heart of Node.js lies a seemingly contradictory fact: JavaScript is single-threaded. This means it has only one main thread of execution and can technically only do one thing at a time.
If this
harshjosolkar.hashnode.dev5 min read