What are the two types of API functions in Node.js?

The two types of API functions in Node.js are:

  • Asynchronous, non-blocking functions
  • Synchronous, blocking functions

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *