Category: Uncategorized

  • Understanding the Node.js event loop can be very strenuous for beginners and even for experienced developers as well. I will try to explain in a simpler way about the event loop in this article. The process involved in the event loop: Node looks at pendingTimers and sees if any functions(scheduled by setTimeOut & setInterval) are…