adspace


What is req res?

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


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

590


How we can read a file in node js?

571