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 |
Which server is used in node js?
What are the various options to download the version of a node module?
How to debug the Node.js code using Node Inspector?
Explain the usage of a buffer class in node.js?
What is spawn in node js?
What are the types of applications that can be built by using Node.js?
What is node js web server?
What is NPM?
What do you mean by event emmitter?
What are JavaScript task runners?
Is node.js on multi-core machines?
What is the function of node js?