Is Express.js dying?
github.com
Is Express.js dying?
1–10 of 77 posts
Re: Is Express.js dying?
#2Re: Is Express.js dying?
#3https://github.com/strongloop/express/issues/2827
The link is from the fifth comment.
When developing in node it makes a lot of sense to use lots of different modules for the one project. At work I have a good dozen or so, it really helps with iteration and testing.
Re: Is Express.js dying?
#4Re: Is Express.js dying?
#5Re: Is Express.js dying?
#6I have experienced exactly this multiple times. In fact, I am extremely aware of this when I start a new project. Perhaps especially when I am dealing with frameworks like Express, Django or Ruby on Rails.
If I recall correctly, Gary Bernhardt, said it well: "Treat Rails like a disease and isolate yourself." You can replace "Rails" with any popular framework. Yourself in this quote referes to the business logic of your system.
Re: Is Express.js dying?
#7Re: Is Express.js dying?
#8Re: Is Express.js dying?
#9Express.js is actually a combination of various modules. If you want to see the work being done, go to those individual modules.
Re: Is Express.js dying?
#10The project is incredibly popular. When it comes to community PRs, it's hard for people to swallow sometimes but often a PR isn't good enough or doesn't fit the vision of the project. It's easy to break things in the process of improving or fixing something, and perhaps Express has hit a bit of a stability point which is great.