Do you know anything about Asynchronous Api?
685
02-Jan-2021
Rahul Roi
02-Jan-2021Where, the every APIs of Node.js library are aynchronous that is non-blocking. This essentially means a Node.js based server never waits for a API to return data. And the server jump to next API after calling it and a notification mechanism of Events of Node.js helps server to get response from the previous API call.