DEV Community

Wes Todd
Wes Todd

Posted on

State of Express 2018

If you are reading this you probably use Express, but it is doubtful you know me. I started lurking in the Express issue tracker some time around 2014. The project was already the most popular http framework for Node.js projects, and TJ Holowaychuk had just announced that he was leaving node.

It was a weird time when 3.x was still getting patches, 4.x was the current major and the 5.x branch was new. I started by contributing small patches and commenting on issues which I had no particular stake in. There was a short time after the "a potato" incident and when IMB relinquished control and the project was added as the first (and only?) project in the Node Incubator Program where Doug Wilson setup regular video chats, which I attended all of.

This is the spot where people might think I will say "And we have come such a long way...". But we haven't, and despite what you might think, this is a good thing. The project is still the most popular http framework even though there are a bunch of other options now. The 3.x branch is fully dead, but 4.x is still the major with 5.x still on the horizon.

So why on earth do I think this is a good thing? Because it means we are stable. Most of the software projects I work on are being built to solve business goals, not as an academic exercise or art an project. And most businesses don't care what software you use if it solves the correct problems. And clearly Express solves the correct problems.

Here are a few of the key points which make Express great at what it does:

  • Simplicity: the api is simple and concise, it solves on problem and doesn't go (much) outside its original charter.
  • Predictability: when you start a new project, you don't have to worry about re-learning the framework.
  • Security: Doug does a killer job with handling security patches. While we do have a group channel for discussion them, it is really all Doug.

So, what is up next? Express 5.0 is in process, and TBQH, could be moving forward more quickly. But, the changes which make it a major version are really not all that influential for most people, so don't get hung up on it. The rest I plan on covering in an "Express 2019" post, so stay tuned.

Top comments (0)