What is rest api in node js?



What is rest api in node js?..

Answer / Tarun Sharma

REST (Representational State Transfer) API in Node.js refers to a set of stateless APIs that can be used to transfer data over the web. RESTful services are designed using standard HTTP methods like GET, POST, PUT, DELETE, and PATCH.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What is the name of the events fired by streams?

1 Answers  


What is the use of the underscore variable in repl?

1 Answers  


Why to use Express?

1 Answers  


How do you delete a directory using node.js?

1 Answers  


What is the purpose of node.js module.exports?

1 Answers  


Explain npm in node.js?

1 Answers  


What are Events and Event Emitters in node.js?

1 Answers  


What tools can be used to assure a consistent style in node.js?

1 Answers  


How to truncate the file in Node.JS?

1 Answers  


Which companies use mean stack?

1 Answers  


What are the Challenges with Node.js ?

1 Answers  


How do you create a directory using node.js?

1 Answers  


Categories