Concept Flow - Why understanding res matters
Request comes in
Express route handler called
Use res to send response
Response sent to client
Connection closed or kept alive
This flow shows how Express uses the res object to send a response back to the client after receiving a request.