I never developped a back end with NodeJS and I would like to give a try.Usually I mainly develop my api with Laravel and I really love this framework, I would like to have a similar coding experience by using a nodejs MVC framework. I looked at :- AdonisJS ( it seems really good but it have some cons : mainly developped by one person, not a big community, seems to not much used in production according to stackshare.io )- Sails.js, maybe a better and more used alternative to AdonisJS ?I don't understand why Express is the most used framework for building backend and api. I looked at the code provided by "realworld" repo ( https://github.com/gothinkster/node-express-realworld-example-app ) and it seems like develop an api with Express is really tedious, verbous and unorganized compared to Laravel. I love the speedness provided by laravel framework that allow me to build an api really fast and it seems that building the same thing with Express will involve to reinvent the wheel for many features that are available out of the box on MVC framework.Why people prefer express over an MVC framework ? How do you develop your APIs ? Do you have a ready-to-use boilerplate that you use in all your projects ? Do you use an MVC framework ?
Submitted August 06, 2019 at 04:57PM by Jul44000
No comments:
Post a Comment