Skip to content

Framework #464

Closed Answered by quoc10973
Tunklj asked this question in Q&A
Discussion options

You must be logged in to vote

Express.js:
Lightweight, flexible, and minimalistic.
Allows custom project architecture, but lacks built-in structure, which can lead to inconsistencies in large projects.
Scalability is possible, but requires manual setup and third-party libraries for advanced features.
NestJS:
Built on top of Express, providing a modular and opinionated architecture.
Enforces best practices (like SOLID principles, dependency injection), making it easier to maintain and scale.
Ideal for large, complex projects as it provides structure and built-in features.
So big project should use Nestjs

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tunklj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants