What do you mean by asynchronous api?



What do you mean by asynchronous api?..

Answer / 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

More Node.js Interview Questions

Which server is used in node js?

1 Answers  


What are the various options to download the version of a node module?

1 Answers  


How to debug the Node.js code using Node Inspector?

1 Answers  


Explain the usage of a buffer class in node.js?

1 Answers  


What is spawn in node js?

1 Answers  


What are the types of applications that can be built by using Node.js?

1 Answers  


What is node js web server?

1 Answers  


What is NPM?

1 Answers  


What do you mean by event emmitter?

1 Answers  


What are JavaScript task runners?

1 Answers  


Is node.js on multi-core machines?

1 Answers  


What is the function of node js?

1 Answers  


Categories