DEV Community

Discussion on: What are the best practices for MEAN stack web development ?

 
thespiciestdev profile image
James Allen

While Nestjs is a framework and it does have its own approach to things, you can still interface directly with the underlying express instance.

I suggest exploring dependency injection on your server side, it was the 2nd reason I chose to start with Nestjs (1st again being it aligns so well with my Angular code!)