Skip to content

Commit 4fcc18f

Browse files
authored
feat(about): list official resources (#7562)
* feat(about): list official resources Signed-off-by: Aviv Keller <[email protected]> * List amaro and undici * Add new Node.js team packages list. * For now, only list the accounts. * code review * resolve reviews * resolve reviews (x2) --------- Signed-off-by: Aviv Keller <[email protected]>
1 parent 52f32bb commit 4fcc18f

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

apps/site/pages/en/about/index.mdx

+43
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,46 @@ by using our [`child_process.fork()`](https://nodejs.org/api/child_process.html)
7777
communicate with. Built upon that same interface is the [`cluster`](https://nodejs.org/api/cluster.html) module,
7878
which allows you to share sockets between processes to enable load balancing
7979
over your cores.
80+
81+
## Official Node.js Resources
82+
83+
To ensure authenticity and security when working with Node.js, always use official sources. Avoid trusting emails,
84+
binaries, or downloads from unofficial sources.
85+
86+
### Official Node.js Domains
87+
88+
For downloading Node.js binaries and accessing official documentation, use only these domains:
89+
90+
- [nodejs.org](https://nodejs.org)
91+
- [nodejs.dev](https://nodejs.dev) _(Redirects to https://nodejs.org)_
92+
- [iojs.org](https://iojs.org) _(Redirects to https://nodejs.org)_
93+
94+
### Official npm Packages
95+
96+
The Node.js team maintains the following official npm package scopes:
97+
98+
- [`@node-core`](https://npmjs.com/~node-core)
99+
- [`@pkgjs`](https://npmjs.com/~pkgjs)
100+
101+
Additionally, the Node.js team maintains packages published by the [`nodejs-foundation`](https://npmjs.com/~nodejs-foundation) npm account,
102+
though other Node.js-related packages (like [`undici`](https://www.npmjs.com/package/undici)) may also be maintained by contributors closely
103+
tied to the project.
104+
105+
Using packages from the Node.js team guarantees that you are working with officially supported Node.js components.
106+
107+
### Official GitHub Organizations
108+
109+
Node.js and related projects are maintained under these official GitHub organizations:
110+
111+
- [nodejs](https://github.com/nodejs)
112+
- [pkgjs](https://github.com/pkgjs)
113+
114+
### Official Communication Channels
115+
116+
Node.js and the OpenJS Foundation communicate through various official and community-supported channels. You can find details on
117+
how to get involved on the [Get Involved](https://nodejs.org/en/about/get-involved) page.
118+
119+
### Reporting Website Issues & Downtime
120+
121+
If you encounter issues with the Node.js website, report them at the [Node.js website repository](https://github.com/nodejs/nodejs.org/issues).
122+
For real-time updates on outages, visit the [Node.js Status Page](https://status.nodejs.org).

0 commit comments

Comments
 (0)