adspace


How many types of api in node js?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

592


How we can read a file in node js?

572