How many types of API functions are available in Node.js?

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

  • Asynchronous, Non-blocking functions
  • Synchronous, Blocking functions

Comments

Leave a Reply

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