Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Web Tech
192+ articles
ExpressJS-Middlewares
3 posts
Recent Articles
Create Custom Error Handler Middleware in Express
Last Updated: 19 September 2025
A custom error handler in Express is a special middleware function designed to handle errors in a centralized way. It takes four parameters: (err, req, res, next), where e...
read more
Web Technologies
Picked
Node.js
Geeks Premier League
Express.js
Geeks Premier League 2023
ExpressJS-Middlewares
Middleware in Express
Last Updated: 15 April 2026
Middleware in Express.js are functions that run during the request–response lifecycle to process requests, modify responses, and control application flow.Executes custom l...
read more
Web Technologies
Picked
Node.js
TrueGeek
TrueGeek-2021
Express.js
NodeJS-Questions
ExpressJS-Middlewares
Express.js express.text() Function
Last Updated: 15 July 2025
The express.text() function is a built-in middleware in Express.js that parses incoming HTTP request bodies with a text/plain content type. It allows you to easily handle ...
read more
ExpressJS-Middlewares
Web Tech
✕