VOOZH
about
URL: https://www.geeksforgeeks.org/tag/expressjs-basics/
β± ExpressJS-Basics Archives - GeeksforGeeks
π geeksforgeeks
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
Node.js
3.0K+ articles
NodeJS-Questions
450+ articles
Express.js
226+ articles
What is Express?
Last Updated: 01 September 2025
Express is a minimal and flexible web application framework for Node.js. It provides useful tools for creating interactive web applications and APIs, which is why itβs one...
read more
π article_image
Web Technologies
Node.js
Express.js
NodeJS-Questions
ExpressJS-Basics
Serving Static Files in ExpressJS
Last Updated: 25 April 2026
ExpressJS provides built-in support to serve static assets efficiently, making it easy to deliver files like HTML, CSS, JavaScript, and images to clients.Static middleware...
read more
π article_image
Web Technologies
Node.js
Express.js
ExpressJS-Basics
How to Create a Simple Server Using ExpressJS?
Last Updated: 24 September 2025
A server is a program that listens to client requests and responds with data, such as web pages or APIs. Servers are essential for hosting websites, handling user requests...
read more
π article_image
Web Technologies
Picked
Node.js
Geeks Premier League
Express.js
Geeks Premier League 2023
ExpressJS-Basics
Design First Application Using Express
Last Updated: 05 August 2025
In NodeJS, the task of designing a server was very difficult, but after the introduction of ExpressJS, which is a lightweight web application framework for NodeJS used to ...
read more
π article_image
Web Technologies
Node.js
Express.js
ExpressJS-Basics