adspace


What types of tasks can be done asynchronously using the event loop?

Answer Posted / Jyoti Gangwar

Tasks that take a significant amount of time to complete, such as file I/O operations, network requests, or CPU-intensive calculations, can be performed asynchronously using the event loop in Node.js.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can read a file in node js?

572


Is node js losing popularity?

592