How many types of api in node js?



How many types of api in node js?..

Answer / Satya Nand Mishra

In Node.js, there are primarily two types of APIs: Built-in (core) APIs and Third-party APIs. The built-in APIs are a part of the Node.js library and provide functionality for various tasks like file system access, networking, etc. Third-party APIs are external libraries or services that can be integrated into a Node.js application to perform specific functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What is error-first callback?

1 Answers  


What is node js used for?

1 Answers  


Why is consistent style important and what tools can be used to assure it?

1 Answers  


How to create a class in node js?

1 Answers  


Is nodejs really single-threaded

1 Answers  


Are callbacks asynchronous?

1 Answers  


What is a control flow function? What are the steps does it execute?

1 Answers  


Does node.js support multi-core platforms? And is it capable of utilizing all the cores?

1 Answers  


Mention the steps by which you can async in Node.js?

1 Answers  


What is the difference between setImmiediate vs nextTick?

1 Answers  


What are the different types of APIs available in Node.js?

1 Answers  


What is the use of net.Socket in Node.js?

1 Answers  


Categories