Answer the question
In order to leave comments, you need to log in
Which node.js framework to choose for a small project?
Hello colleagues,
for an average web and PWA project, you need a backend. I'm a front end developer and sometimes I do something in the back end, but I left the back end (django / flask) 5 years ago, so I decided to make a project on nodejs (starting from scratch anyway).
The main logic will be implemented in React + sometimes swelte on the client. BE is needed to store and present data (and images) of users and search with filtering by user database.
If the framework does not know how to do something, but it is easily implemented using reliable third-party libraries, then this is also suitable.
Framework Requirements
Answer the question
In order to leave comments, you need to log in
Use Express.js, it's the easiest framework to learn and there are tons of libraries written for it:
If the application has more than one endpoint per table in the database, and it lives for more than a quarter, you need to take a normal corporate framework with a normal ORM, in your stack it is Nest + TypeORM.
PS: I don’t understand people at all who in 2020 write something in bare express / fastify (or call these libs - frameworks). It seems that after the start of the next project, they have a sign "congratulations, you saved 15 minutes on deployment, you are amazing!"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question