@@ -77,3 +77,44 @@ 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 )
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