DEV Community

DB_Cooper23
DB_Cooper23

Posted on

#qstn-2> #node.js, #API CALL ,#Notification mechanism , #nodejs Events

A Node.js-based server never waits for an API to return data. Instead, it moves to the next API after calling it, and a notification mechanism from a Node.js event responds to the server for the previous API call

How does the notification mechanism actually works? What is actually happening behind the scene?

Top comments (0)