Express - evan-401-advanced-javascript/seattle-javascript-401d31 GitHub Wiki

Express routing creates endpoints with URI's to respond to client requests. You can use routing methods like post, get and put to handle requests. These methods are also called handler functions and get called when a request points to a specific endpoint.