What is req res?



What is req res?..

Answer / Priti Rani

req and res are variables in Node.js express framework for handling HTTP requests (req) and responses (res). req contains information about the incoming request, while res is used to send the response back to the client.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

How do you extract post data in node.js?

1 Answers  


How to handle errors in Node.js? 34

1 Answers  


What is chaining process in node.js?

1 Answers  


Why is npm used?

1 Answers  


What are the features of node.js?

1 Answers  


Is Nodejs client side or server side language?

1 Answers  


What are various node.js REST API frameworks?

1 Answers  


What is orm in node.js?

1 Answers  


How prevents blocking code in node.js?

1 Answers  


What are the main advantages and disadvantages of using Node.js?

1 Answers  


How to write files in node.js?

1 Answers  


In which language node js is written?

1 Answers  


Categories