Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new-product] Add express #6122

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions products/express.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: Express
category: framework
tags: javascript herodevs
iconSlug: express
permalink: /express
releasePolicyLink: https://expressjs.com/en/support/
changelogTemplate: https://github.com/expressjs/express/releases/tag/__LATEST__
releaseDateColumn: true
eolColumn: Security Support
eoesColumn: Commercial Support

auto:
methods:
- git: [email protected]:expressjs/express.git
regex: ^v(?P<version>\d+\.\d+\.\d+)$
template: "{{version}}"

releases:
- releaseCycle: "5"
releaseDate: 2024-09-09
eol: false
latest: "5.0.1"
latestReleaseDate: 2024-10-08

- releaseCycle: "4"
releaseDate: 2014-04-09
eol: false
latest: "4.21.1"
latestReleaseDate: 2024-10-08

- releaseCycle: "3"
releaseDate: 2012-10-23
eol: 2015-07-05
eoes: false
latest: "3.21.1"
latestReleaseDate: 2015-07-15

- releaseCycle: "2"
releaseDate: 2011-03-17
eol: 2012-07-01
latest: "2.5.11"
latestReleaseDate: 2012-07-04

- releaseCycle: "1"
releaseDate: 2010-12-29
eol: 2011-03-01
latest: "1.0.8"
latestReleaseDate: 2011-03-01

---

> [Express.js](https://expressjs.com) is a minimal and flexible Node.js
> web application framework used for building web servers and APIs. It
> offers features like middleware support, powerful routing, template engine
> integration, and static file serving, making it ideal for creating RESTful
> APIs, web applications, and microservices. Express is highly extensible,
> allowing developers to add functionality through various plugins and
> middleware, and it easily integrates with databases like MongoDB and MySQL.

Only the latest version of any given major release line is supported.

Versions that are EOL (end-of-life) may receive updates for critical
security vulnerabilities, but the Express team offers no guarantee and
does not plan to address or release fixes for any issues found.

The Express team has indicated that they will be participating in the
[OpenJS Foundation’s Ecosystem Sustainability Program](https://openjsf.org/ecosystem-sustainability-program)
(ESP) and have announced that [commercial support for EOL branches](https://expressjs.com/en/support) is
now available through [HeroDevs](https://www.herodevs.com/support/eslint-nes).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AndreAngelantoni maybe good to raise a general issue for HeroDevs before the inclusion.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AndreAngelantoni maybe good to raise a general issue for HeroDevs before the inclusion.

My apologies if I'm breaching etiquette, I'm coming in just to execute the changes; I thought this had already been discussed elsewhere.

Would you like me to lay out the changes in the issue so they can be discussed? Happy to do that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AndreAngelantoni maybe good to raise a general issue for HeroDevs before the inclusion.

I just checked with my coworker Joe on how to approach this and he said that @captn3m0 had said to submit just the PR.

Please let me know if you need anything else and I'm happy to oblige.