Mohit B.
MB
Mohit B.
Senior Software Engineer
Small-Business (50 or fewer emp.)
"Makes programming in Node JS easy"
4.5/5
What do you like best about Express.js?

We can create API endpoints with minimal code; this makes development rapid. Express.js supports a variety of template engines, such as EJS and Handlebars, which make it easy to generate HTML dynamically. Review collected by and hosted on G2.com.

What do you dislike about Express.js?

Due to its flexibility, you are in charge of the app's code structure and maintainability and its error message are sometime hard to understand. This could have been made more secure. Review collected by and hosted on G2.com.

Ashutosh S.
AS
Ashutosh S.
Sr. Software Engineer
Small-Business (50 or fewer emp.)
"A good framework to start your nodejs Development Career"
4/5
What do you like best about Express.js?

The best thing about Express.js is the easy to understand MVC structure and built in express modules like express fileupload and the express.Router() for routing in your application. Review collected by and hosted on G2.com.

What do you dislike about Express.js?

It does not provide machenism for authentication or authorisation. We need to use JWT or passportJS for this and the input validation implementation can also be improved. Review collected by and hosted on G2.com.

Gideon  A.
GA
Gideon A.
Software Engineer
Mid-Market (51-1000 emp.)
"Easy to understand and very flexible"
4/5
What do you like best about Express.js?

I like the fact that it is can be used on any architecture the engineer chooses. It also has some built http methods implemented. Review collected by and hosted on G2.com.

What do you dislike about Express.js?

It can get confusing with some of the native methods in node Review collected by and hosted on G2.com.

CN
Chanakya N.
Enterprise (> 1000 emp.)
"Serves for a vivid range of uses case in the field of Web Development"
4.5/5
What do you like best about Express.js?

I think it is the best language tool available to build the backend modules of Web development Review collected by and hosted on G2.com.

What do you dislike about Express.js?

It is kind of challenging in the beginning phase Review collected by and hosted on G2.com.

Shreya S.
SS
Shreya S.
Small-Business (50 or fewer emp.)
"Express is the library that is use everyday for my daily task while working with api's."
3.5/5
What do you like best about Express.js?

It simplifies how to create rest APIs and effortlessly combines them with other available libraries. Express's features to ease the development process are helpful and efficient. For instance, parsing the body is an inbuilt middleware within Express. Review collected by and hosted on G2.com.

What do you dislike about Express.js?

When using express, you have several middlewares between your routes, which becomes very cluttered.

All the middlewares and callbacks together make it difficult to understand when the codebase grows Review collected by and hosted on G2.com.

Verified User in Telecommunications
UT
Verified User in Telecommunications
Small-Business (50 or fewer emp.)
"Excellent web framework"
4.5/5
What do you like best about Express.js?

Express.js is an excellent web framework that provides developers with a range of features and functionality to build fast, scalable, and efficient web applications. Its ease of use, performance, routing, middleware, scalability, documentation, and community make it an ideal choice for developers who want to build modern web applications. Review collected by and hosted on G2.com.

What do you dislike about Express.js?

Because it is a lightweight framework, it may not be as feature-rich as some other web frameworks, which can make it less suitable for some complex or specialized web applications. Review collected by and hosted on G2.com.

kshitija p.
KP
kshitija p.
Software Engineer
Small-Business (50 or fewer emp.)
"ExpressJs"
4.5/5
What do you like best about Express.js?

Easy to understand and learn framework,it allows us to do whatever we want instead of providing any inbuilt syntax unlike other framework and also routing is easy Review collected by and hosted on G2.com.

What do you dislike about Express.js?

we have to create file structure or folder structure by keeping everything in mind so bit difficult for new learner to understand the structure where as in some other framework is predefined Review collected by and hosted on G2.com.

Himanshu S.
HS
Himanshu S.
Small-Business (50 or fewer emp.)
"Express Framework"
4/5
What do you like best about Express.js?

Express js provide the simplicity and flexibility framework for building the node js server. Express js documentation is understandable for beginners; with the help of this, they can easily create a basic server. Review collected by and hosted on G2.com.

What do you dislike about Express.js?

I don't know more about the dislike part because I didn't work more deeply on Express. I know some dislike about that, like lack of structure and organisation, Review collected by and hosted on G2.com.

Prashant C.
PC
Prashant C.
Head of Engineering
Small-Business (50 or fewer emp.)
"Simple and Powerful MVC Framework for NodeJS"
5/5
What do you like best about Express.js?

Simple Architecture

MVC Pattern

So many plugins for each use case

Fully featured

Easily Create API only or Full blown Web App Review collected by and hosted on G2.com.

What do you dislike about Express.js?

Session Management is a bit tricky with multiple options and lack of clear documentation Review collected by and hosted on G2.com.

Pratik P.
PP
Pratik P.
System Engineer
Enterprise (> 1000 emp.)
"Revolutionizing Backend Development for Modern Web Applications"
5/5
What do you like best about Express.js?

Express.js is known for its simplicity and minimalistic design. It provides a basic set of features and doesn't impose a rigid structure, allowing developers greater flexibility and control over their projects. Review collected by and hosted on G2.com.

What do you dislike about Express.js?

These can include a steeper learning curve for beginners due to its minimalistic approach and potential performance issues when handling high concurrent requests. Review collected by and hosted on G2.com.