Express JS & Nunjucks Tutorial : Part 2 Using Express Middleware

Published: 16 May 2020
on channel: Okay Dexter
2,278
23

#expressjs #nodejs #tutorials #templating #html #web #okaydexter #series #part2 #javascript

Express JS & Nunjucks Tutorials : Part 2 Using Express Middleware

In this video we'll be looking into the use case of express middleware.

Express is a routing and middleware web framework that has minimal functionality of its own: An Express application is essentially a series of middleware function calls.

Middleware functions are functions that have access to the request object (req), the response object (res), and the next middleware function in the application’s request-response cycle. The next middleware function is commonly denoted by a variable named next.

Middleware functions can perform the following tasks:

Execute any code.
Make changes to the request and the response objects.
End the request-response cycle.
Call the next middleware function in the stack.

Topics covered :
1. Express Middleware usage
2. Performing route using app.use("") method.

Install NodeJS on Linux(Ubuntu) steps : https://www.digitalocean.com/communit...

Express JS Doc : https://expressjs.com/

NodeJS Download Link : https://nodejs.org/en/download/

Using Templating Engine In ExpressJS : https://expressjs.com/en/guide/using-...

Middleware Doc Of Express
https://expressjs.com/en/guide/using-...

REST API References : https://www.smashingmagazine.com/2018...

Postman download link for testing : https://www.postman.com/downloads/

GitHub code : https://github.com/abhishek305/Expres...

Link to JSON data : https://github.com/abhishek305/Json-data

--------------------------------------Other tkinter videos for GUI reference -----------------------------------------

Registration form with Sqlite3 :    • Registration Form Using Tkinter Pytho...  

Registration form with just the GUI :    • Registration Form Using Tkinter Pytho...  

Calculator using tkinter :    • GUI Calculator Using Python 3 Tkinter  

-------------------------PyQt5 Videos-----------------------------------------------------------

PyQt5 Designer Tutorial Video -    • PyQt5 Designer Tutorial Of A Registra...  

PyQt5 Student Record Maintainer Link -    • PyQt5 Designer Tutorial Of A Registra...  

PyQt5 Installation Guide - https://pypi.org/project/PyQt5/

Thanks for watching !!!!
Like, Share, Comment and Subscribe the channel for more technical content.

Instagram : OkayDexter
Reddit : OkayDexter
Dev.to : @abhishek305
Github :@ abhishek305


Watch video Express JS & Nunjucks Tutorial : Part 2 Using Express Middleware online without registration, duration hours minute second in high quality. This video was added by user Okay Dexter 16 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,278 once and liked it 23 people.