Raja Muhammad Asher
Raja Muhammad Asher

Raja Muhammad Asher

Follow
Series

Node

In this Series, I will share my knowledge while learning more about Node

Articles in this series

How does Node.js overcome the problem of blocking of I/O operations?

Oct 10, 20221 min read

Node.js achieves this through the use of an event loop. The event loop listens for events, such as the completion of an I/O operation, and then places...

How does Node.js overcome the problem of blocking of I/O operations?
Differentiate between process.nextTick() and
setImmediate()?
What is an event-loop in Node JS?
What do you understand by callback hell?
What is the purpose of module.exports?
List down the two arguments that async.queue takes as input?