The Event Loop
Understand the inner workings of the Event Loop.
We'll cover the following
Concurrency
While we have praised Node.js for running applications on a single thread, there is more to it. When we ask the OS to read a file for us, we use the file system API. Node.js provides us with several APIs that allow us to make
How does it work?
Let’s take a look at the components that make all of this possible.
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy