Skip to content

Commit 1519b86

Browse files
authored
feat(about): list official resources
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent a42315e commit 1519b86

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

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

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,44 @@ 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)
92+
- [iojs.org](https://iojs.org)
93+
94+
### Official npm Packages
95+
96+
The Node.js team maintains the following official npm package scopes:
97+
98+
- `@node-core`
99+
- `@pkgjs`
100+
101+
Additionally, the Node.js team maintains packages published by the `nodejs-foundation` npm account.
102+
103+
Using packages from these scopes and accounts guarantees that you are working with officially supported Node.js components.
104+
105+
### Official GitHub Organizations
106+
107+
Node.js and related projects are maintained under these official GitHub organizations:
108+
109+
- [nodejs](https://github.com/nodejs)
110+
- [pkgjs](https://github.com/pkgjs)
111+
112+
### Official Communication Channels
113+
114+
Node.js and the OpenJS Foundation communicate through various official and community-supported channels. You can find details on
115+
how to get involved on the [Get Involved](https://nodejs.org/en/about/get-involved) page.
116+
117+
### Reporting Website Issues & Downtime
118+
119+
If you encounter issues with the Node.js website, report them at the [Node.js website repository](https://github.com/nodejs/nodejs.org/issues).
120+
For real-time updates on outages, visit the [Node.js Status Page](https://status.nodejs.org).

0 commit comments

Comments
 (0)