Which Node JS framework do we use to start with boilerplate? #36
Replies: 6 comments 3 replies
-
Are we going with express then @santoshshinde2012 ? |
Beta Was this translation helpful? Give feedback.
-
Most people are familiar with Express, I think we should start with ExpressJS. |
Beta Was this translation helpful? Give feedback.
-
Express is most comfortable with may npm libraries and easy to handle the requirements. |
Beta Was this translation helpful? Give feedback.
-
Express vs Nest : https://blog.logrocket.com/nestjs-vs-express-js/ Express is first and Nest is second best framework. Both have very good community support. NestJS is based on TypeScript and JavaScript.Nest makes use the Express HTTP framework by default.It can be configured to use Fastify which can improve the Node framework. Working with Node and Express is great for building a small, lightweight app where the code is nice and easy to read.It gets complex and harder to manage when you add more features. Nest can organise your application into self-contained modules, each with its own responsibility. Which is easy to understand and manage. But We can create same structure in Express and we can have flexibility to add any feature as per need without following pre-defined rules(as in nest). Express is better option to have flexibility in scaling. |
Beta Was this translation helpful? Give feedback.
-
We are going with Express JS |
Beta Was this translation helpful? Give feedback.
-
Typescript vs ES6 ? Express JS with Typescript |
Beta Was this translation helpful? Give feedback.
-
Which is the best node js framework for starting with boilerplate development?
12 votes ·
Beta Was this translation helpful? Give feedback.
All reactions