adspace


What do you mean by asynchronous api?

Answer Posted / Tarun Kumar Yadav

An Asynchronous API is an application programming interface (API) that allows operations to be executed without blocking the event loop or other tasks. In Node.js, this means that when a request is made to an asynchronous API function, it will not halt the execution of other code. Instead, it will return immediately and complete its work at some point in the future.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

590


How we can read a file in node js?

571