Express JS & Nunjucks Tutorial : Part 2 Using Express Middleware

preview_player
Показать описание
#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

Middleware Doc Of Express

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

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

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

Instagram : OkayDexter
Reddit : OkayDexter
Github :@ abhishek305
Рекомендации по теме
Комментарии
Автор

waiting for more and Nunjucks thanks..

heyyy