Friday 28 April 2017

How to send response to client from form method=post

html
server app.post("/soandso", function(req, resp) { console.log(req.body.lalala); resp.send("success"); } In my .js, how do I get the response?

Submitted April 29, 2017 at 12:33AM by eggtart_prince

No comments:

Post a Comment