How many types of api functions are there in node.js?



How many types of api functions are there in node.js?..

Answer / Rohit Ahirwar

There are primarily two types of API functions in Node.js:n
1. Built-in Modules: These are the core APIs provided by Node.js, such as fs (file system), http, and https.n
2. Third-party Modules: Developers can install and use third-party modules (also known as npm packages) that offer additional functionality to help streamline development tasks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What are the differences between synchronous and asynchronous methods of the fs module?

1 Answers  


Explain npm in node.js?

1 Answers  


What are the benefits of using node.js?

1 Answers  


Where you can deploy node.js web application?

1 Answers  


What Is Local Installation Of Dependencies?

1 Answers  


Name some of the attributes of package.json?

1 Answers  


How to create function in node js?

1 Answers  


What are the security mechanisms available in Node.js?

1 Answers  


What is the passport in Node.js?

1 Answers  


Does node.js supports cryptography?

1 Answers  


What is the use of Express Router Class?

1 Answers  


Are promises better than callbacks?

1 Answers  


Categories