adspace
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