Skip to content
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

feat(about): list official resources #7562

Merged
merged 7 commits into from
Apr 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions apps/site/pages/en/about/index.mdx
Original file line number Diff line number Diff line change
@@ -77,3 +77,46 @@ by using our [`child_process.fork()`](https://nodejs.org/api/child_process.html)
communicate with. Built upon that same interface is the [`cluster`](https://nodejs.org/api/cluster.html) module,
which allows you to share sockets between processes to enable load balancing
over your cores.

## Official Node.js Resources

To ensure authenticity and security when working with Node.js, always use official sources. Avoid trusting emails,
binaries, or downloads from unofficial sources.

### Official Node.js Domains

For downloading Node.js binaries and accessing official documentation, use only these domains:

- [nodejs.org](https://nodejs.org)
- [nodejs.dev](https://nodejs.dev) _(Redirects to https://nodejs.org)_
- [iojs.org](https://iojs.org) _(Redirects to https://nodejs.org)_

### Official npm Packages

The Node.js team maintains the following official npm package scopes:

- [`@node-core`](https://npmjs.com/~node-core)
- [`@pkgjs`](https://npmjs.com/~pkgjs)

Additionally, the Node.js team maintains packages published by the [`nodejs-foundation`](https://npmjs.com/~nodejs-foundation) npm account,
though other Node.js-related packages (like [`undici`](https://www.npmjs.com/package/undici)) may also be maintained by contributors closely
tied to the project.

Using packages from the Node.js team guarantees that you are working with officially supported Node.js components.

### Official GitHub Organizations

Node.js and related projects are maintained under these official GitHub organizations:

- [nodejs](https://github.com/nodejs)
- [pkgjs](https://github.com/pkgjs)

### Official Communication Channels

Node.js and the OpenJS Foundation communicate through various official and community-supported channels. You can find details on
how to get involved on the [Get Involved](https://nodejs.org/en/about/get-involved) page.

### Reporting Website Issues & Downtime

If you encounter issues with the Node.js website, report them at the [Node.js website repository](https://github.com/nodejs/nodejs.org/issues).
For real-time updates on outages, visit the [Node.js Status Page](https://status.nodejs.org).