You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Review/tweak web framework section.
* Update docs/functional-components/webframework.md
Co-authored-by: Chris de Almeida <[email protected]>
---------
Co-authored-by: Chris de Almeida <[email protected]>
Copy file name to clipboardExpand all lines: docs/functional-components/webframework.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ sidebar_position: 12
6
6
7
7
## Recommended Components
8
8
9
-
- Express - https://expressjs.com/
10
-
With 10 million downloads a month, Express is the most popular backend Node.js web framework.
11
-
By comparison all of the competitors together have 500k-1m downloads and many of those use Express under the covers.
12
-
It provides a fast, opinionated, minimalist web framework on top of Node.js
13
-
9
+
- The team has past success with Express - https://expressjs.com/ and it continues to
10
+
be broadly used in the ecosystem with 29 million weekly downloads.
11
+
- There are other frameworks that are gaining on Express and may be a good fit for your deployemnts.
12
+
The team has had success with some of them, however, there is still no clear
13
+
successor to express. For a good overview of some of the other frameworks and considerations for
14
+
selecting a web framework you can check out this article - [introduction-nodejs-reference-architecture-part-6-choosing-web-frameworks](https://developers.redhat.com/articles/2021/12/03/introduction-nodejs-reference-architecture-part-6-choosing-web-frameworks)
15
+
14
16
## Guidance
15
17
16
-
Express - https://expressjs.com/ is the recommended general web framework for Node.js based on it's broad use, shallow dependency tree and the available resources for getting started.
17
-
18
18
When deploying Express we have the following additional recommendations:
19
19
20
20
- Use the latest version of the 4.x release line. This version is currently the most suitable for production use.
0 commit comments