bio photo

Email

The difference between GET and POST requests is GET is for passing name:value pairs as strings from the browser to a webserver. Whereas POST requests send down the actual data and not just the strings in the URL. POST requests require parsers.

http://expressjs.com/en/starter/static-files.html