@@ -77,3 +77,46 @@ by using our [`child_process.fork()`](https://nodejs.org/api/child_process.html)
7777communicate with. Built upon that same interface is the [ ` cluster ` ] ( https://nodejs.org/api/cluster.html ) module,
7878which allows you to share sockets between processes to enable load balancing
7979over 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