@@ -5,44 +5,71 @@ layout: about
5
5
6
6
# Partners
7
7
8
- Importance of partners and their role and explains our partner categories (Ecosystem Sustainability Program, Infrastructure, Security, etc)
8
+ The Node.js community is enriched by a vibrant network of partners who contribute
9
+ in diverse ways. Through these collaborations, we maintain our resilient infrastructure,
10
+ strengthen security, drive new releases, and sustainably grow our ecosystem.
11
+
12
+ We are grateful for the support of our partners, who play a crucial role in the success and
13
+ continuous development of Node.js.
9
14
10
15
## Infrastructure
11
16
12
- Projects with their logo, name, tier, the description and a CTA button
17
+ The infrastructure partners provide important support for the Node.js project,
18
+ providing hardware and machines for our continuous integration and testing processes,
19
+ without we can't test and release new versions of Node.js.
13
20
14
21
<PartnersLogoList categories = " infrastructure" maxLength = { null } />
15
22
16
23
## Security
17
24
18
- Projects with their logo, name, tier, the description and a CTA button
25
+ The security partners help us to provide new security releases in a timely manner, ensuring
26
+ properly good practices for vulnerability disclosure and remediation. Their contributions are
27
+ crucial to ensure that the Node.js ecosystem remains secure and resilient against vulnerabilities.
19
28
20
29
<PartnersLogoList categories = " security" maxLength = { null } />
21
30
22
- ## Ecosystem Sustainability Program (ESP)
23
-
24
- Projects with their logo, name, tier, the description and a CTA button
25
-
26
- <PartnersLogoList categories = " esp" maxLength = { null } />
27
-
28
31
## Releases
29
32
30
- Projects with their logo, name, tier, the description and a CTA button
33
+ The release partners help us to provide new releases, ensuring that new features and improvements
34
+ are delivered to the Node.js ecosystem in a timely manner. Their contributions are essential
35
+ to the ongoing development and evolution of Node.js.
31
36
32
37
<PartnersLogoList categories = " release" maxLength = { null } />
33
38
34
39
## Services
35
40
36
- Projects with their logo, name, tier, the description and a CTA button
41
+ The service partners help us to provide a range of services that support the Node.js project.
42
+ Their contributions are vital to ensuring that nodejs maintainers have access to the tools and
43
+ resources they need to build and maintain this project.
37
44
38
45
<PartnersLogoList categories = " service" maxLength = { null } />
39
46
40
47
## Supporters
41
48
42
- Show a list of lists direct individual or organizational support that can be done through OpenCollective and GitHub Sponsors
49
+ Supporters are individuals and organizations that provide financial support through
50
+ OpenCollective and GitHub Sponsors of the Node.js project.
43
51
44
52
<WithSupporters />
45
53
54
+ ## Ecosystem Sustainability Program (ESP)
55
+
56
+ Do you run a node.js version on End-of-Life (EOL)? The OpenJS Ecosystem Sustainability Program (ESP)
57
+ is a program that helps organizations to maintain their Node.js applications on EOL versions.
58
+ The program provides access to security patches, compliance assistance, and technical support
59
+ to help bridge the gap while you plan your upgrade strategy. For more information about
60
+ End-Of-Life versions, please visit [ End-Of-Life Node.js Releases] ( /eol )
61
+
62
+ > Using EOL releases through NES should be viewed as a temporary solution—the goal should always
63
+ > be to upgrade to actively supported versions.
64
+
65
+ <PartnersLogoList categories = " esp" maxLength = { null } />
66
+
67
+ <div className = " flex justify-center gap-4 flex-col items-center" >
68
+
46
69
## Become a Partner
47
70
48
- this section isn't in the specification
71
+ If you are interested in becoming a partner, please reach out to us
72
+
73
+ <Button href = " https://openjsf.org/contact" >Contact</Button >
74
+
75
+ </div >
0 commit comments