-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
AndreAngelantoni
wants to merge
3
commits into
endoflife-date:master
Choose a base branch
from
AndreAngelantoni:aa/6113-express-new-product
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+70
−0
Open
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.