adspace
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