Kamil Myśliwiec

NestJS - A progressive Node.js framework 🚀

A progressive Node.js framework for building efficient and scalable server-side applications on top of TypeScript & JavaScript (ES6/ES7/ES8) heavily inspired by Angular ❤️

Add a comment

Replies

Best
Steven Langbroek
Great stuff! Wasn't convinced Javascript (Typescript) would lend itself well to this model of programming, but it was really easy to get into (the API lends itself to discovery really well because it's Typescript-first). We're launching our first production-grade service on it in the next couple of weeks.
Javier Diaz

NestJS is a cool framework for write microservices, the new version 5.0.0 is awesome and faster. The HMR with Webpack 4 provides a better performance and restart your project very fast.

I created a multiple Grpc microservices in production and it's works very, very good.

Write API's with this framework is so fast.

Pros:

Typescript

Cons:

No guidelines for code

Venkatapathi Raju Mandapati
Kamil helped us build an entire backend of our platform last year. Development on NestJS has been nothing but a pure pleasure. I highly recommend you to check it out. Our platform has been in production for over 8months now.
Brian Lee
Looking forward to checking out the new docs; the old docs and examples were already better than a lot of other nodejs projects
Nishchit Dhanani

Nest looks good and easy to adapt by the experts, for the novice it is somehow hard to learn, as it is heavily inspired by Angular-5.

It's my first-sight review, It would be super cool also after developing a whole application.

Pros:

Typescript

Cons:

Nodejs is very simple, why nest is making it complex

Rishav Chhajer
i have started using nest.js recently, anyone got any idea how to configure master/slave configuration with sequelize and nest.js.. thanks in advance ?