MENU

Fun & Interesting

#28 Event Loop in NODE JS | Fundamentals of NODE JS | A Complete NODE JS Course

procademy 21,028 lượt xem 2 years ago
Video Not Working? Fix It Now

In this lecture, let's understand a very important concept of NODE JS, which is its event loop. A event loop is responsible for executing the callback functions attached to an asynchronous task, by pushing it to the main thread for its execution.

Source code GIT Repo: https://github.com/manojjha86/NODE-JS/tree/main/NODE-JS-Basics

Comment