Express JSTutorial
Express JSTutorial
Express JSTutorial
JS
TUTORIAL
EXPRESSJS
-
2
OVERVIEW
ExpressJS is a web application framework that
provides you with a simple API to build websites,
web apps and back ends. With ExpressJS, you need
not worry about low level protocols, processes, etc.
EXPRESSJ
S-
ROUTING
This METHOD can be applied to any one of the HTTP verbs – get, set, put,
delete. An alternate method also exists, which executes independent of the
request type.
Path is the route at which the request will run.
Handler is a callback function that executes when a matching request type is
found on the relevant route.
EXPRESSJS –
HTTP
METHODS
EXPRESSJ
S - URL
BUILDING