express - 401-advanced-javascript-Mai/amman-javascript-401d1 GitHub Wiki
Express Routing
Event-driven system: on thing run run function.
the request object:
(req , parametera ,querystring)
the response object:
(res , send data to browser , two method_ send( ,status())
#Express Middleware A series of functions that the request “goes through” , each function go through a request-response cycle