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 |
What is error-first callback?
What is node js used for?
Why is consistent style important and what tools can be used to assure it?
How to create a class in node js?
Is nodejs really single-threaded
Are callbacks asynchronous?
What is a control flow function? What are the steps does it execute?
Does node.js support multi-core platforms? And is it capable of utilizing all the cores?
Mention the steps by which you can async in Node.js?
What is the difference between setImmiediate vs nextTick?
What are the different types of APIs available in Node.js?
What is the use of net.Socket in Node.js?