Skip to content

Commit f874288

Browse files
authored
meta: announce the new discord server
1 parent a6c0ad9 commit f874288

File tree

3 files changed

+48
-6
lines changed

3 files changed

+48
-6
lines changed

apps/site/pages/en/about/get-involved/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ If you are interested in getting involved with the Node.js community, there are
99

1010
## Community Discussion
1111

12+
- The [Node.js official Discord server](https://discord.gg/nodejs) is a place to chat with other Node.js developers and getting official news from the Node.js project.
1213
- The [GitHub issues list](https://github.com/nodejs/node/issues) is the place for discussion of Node.js core features and if you have questions about Node.js, you can use the [github discussions](https://github.com/orgs/nodejs/discussions).
1314
- The [`nodejs/help`](https://github.com/nodejs/help/issues) repository is the place to ask questions about Node.js.
1415
- The official Node.js Twitter account is [nodejs](https://twitter.com/nodejs).
@@ -32,6 +33,5 @@ Please note that these are not officially endorsed by the Node.js project. Also
3233

3334
- [Node Slackers](https://www.nodeslackers.com/) is a Node.js-focused Slack community.
3435
- [OpenJSF Slack](https://slack-invite.openjsf.org/) is a Slack workspace for the OpenJS Foundation. There are several channels related to Node.js. _(channels prefixed by `#nodejs-` are related to the project)_
35-
- [Nodeiflux](https://discordapp.com/invite/vUsrbjd) is a friendly community of Node.js backend developers supporting each other on Discord.
3636
- [ES Community](https://discord.gg/zJsuc6vvhn) is a Discord community for French-speaking JavaScript developers.
3737
- `irc.libera.chat` in the `#node.js` channel with an [IRC client](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients) or connect in your web browser to the channel using [a web client](https://kiwiirc.com/nextclient/).
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
date: '2025-02-11T21:00:00.000Z'
3+
category: announcements
4+
title: Node.js Launches Official Community Space on Discord
5+
layout: blog-post
6+
author: Carl Vitullo, Claudio Wunder
7+
---
8+
9+
We are thrilled to announce the launch of the official Node.js community space on Discord! Over the past few months, in collaboration with the [Reactiflux](https://www.reactiflux.com/) community, we have been working diligently to create a vibrant and engaging space for Node.js enthusiasts. Today, we are excited to invite you to join us on this new platform!
10+
11+
### Why Discord?
12+
13+
[Discord](https://discord.com) has rapidly become a go-to platform for communities to connect and communicate. Many Node.js community members already use Discord to discuss Node.js, seek advice, and share their projects. By establishing an official Node.js Discord server, we aim to centralize these conversations and provide a dedicated space for our community. Additionally, numerous other open-source projects, such as [TypeScript](https://discord.gg/typescript), [Rust](https://discord.gg/rust-lang), and [Kubernetes](https://discord.gg/kubernetes), have successfully built their communities on Discord.
14+
15+
Our Node.js Discord space will be perfect for:
16+
17+
- Hosting livestreams by [Node.js Ambassadors](https://github.com/nodejs/nodejs-ambassadors) and community members
18+
- Facilitating discussions about Node.js, answering questions, and sharing projects
19+
- Connecting with Node.js maintainers, influencers, and contributors
20+
- Receiving the latest updates on Node.js releases and events hosted by the OpenJS Foundation
21+
22+
And so much more! We can't wait to see how you will utilize this new space.
23+
24+
### The Journey So Far
25+
26+
Our journey began with [this issue on GitHub](https://github.com/nodejs/admin/issues/872). We partnered with the Reactiflux/Nodeiflux community to rebrand their existing Nodeiflux server as the official Node.js Discord server. Over the past few months, we have been preparing the server for everyone to use, and you can follow some of our progress in the issue.
27+
28+
The Nodeiflux server has now been repurposed to serve as the official Node.js Discord server. We are excited to see how our community will thrive in this new environment. The server will be jointly managed by the Node.js project and the Nodeiflux community, with the Node.js Technical Steering Committee (TSC) providing advisory support. The Nodeiflux community will handle the day-to-day administration of the server.
29+
30+
For all intents and purposes, this is an official Node.js space, and we are eager to see how it will grow and evolve.
31+
32+
### How to Join
33+
34+
Joining the Node.js Discord server is easy! Simply visit [https://discord.gg/nodejs](https://discord.gg/nodejs) and become part of our growing community. We can't wait to see you there!
35+
36+
### Looking Ahead
37+
38+
We are eager to see how our community will grow and interact in this new space. We look forward to hosting events and livestreams in the future. If you have any ideas or feedback, please share them in the #discord-feedback channel on the server.
39+
40+
---
41+
42+
A warm hug from [@vcarl](https://github.com/vcarl) and [@ovflowd](https://github.com/ovflowd). We hope to see you on the Node.js Discord server soon!

apps/site/site.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
],
2929
"websiteBanners": {
3030
"index": {
31-
"startDate": "2025-01-21T03:00:00.000Z",
32-
"endDate": "2025-01-28T03:00:00.000Z",
33-
"text": "January Security Release is available",
34-
"link": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases",
35-
"type": "warning"
31+
"startDate": "2025-02-11T21:00:00.000Z",
32+
"endDate": "2025-04-01T21:00:00.000Z",
33+
"text": "Node.js launches an official Discord community",
34+
"link": "https://nodejs.org/en/blog/announcements/official-discord-launch-announcement",
35+
"type": "default"
3636
}
3737
},
3838
"websiteBadges": {

0 commit comments

Comments
 (0)