Hi I am trying to build a simple application using express js. I am new to node and express js. Can somebody explain the difference in response.end and response.send
I tried this command and both sent the request(message) to the Server.
res.send('Send the message');
res.end('send the message');