DEV Community

Cover image for NodeJS 22 is Live
Emmanuel Eneche
Emmanuel Eneche

Posted on

NodeJS 22 is Live

Node.js v22 is Live 🔥

Accoring to Openjs Foundation, Node.js 22 replaces Node.js 21 as the current release line. Node v22 will be the current release version atleast for next 6 months, that is until October 2024, when it will become Active. Here is our full Node.js release schedule.

“Node.js 22 improves a lot of small, important areas, and continues to make it easy in enterprise deployments to use JavaScript to write command line tools and for server-side scripting,” said Rafael Gonzaga, Node.js Technical Steering Committee (TSC) Member. “The broad Node.js community is critical to the continued improvement of the software and a big part of this release. Many thanks to our open source contributors for putting in the time and effort and making Node.js better with each release. Thank you also to OpenSSF and Project Alpha Omega for helping us improve Node.js security.”

“Node.js demand among developers continues to grow as the need for reliable and scalable web applications rises. With Node.js 22, you are working with an even-numbered version that will be production-ready and add long-term support in 6 months. It’s the right time to test and get ready for deployment,” said Marco Ippolito, Node.js core collaborator. “Node.js continues to improve and deliver features that make it easy for enterprises to build out their back-end.

Some notable changes are:

1️⃣ WebSocket Client: Now included and enabled by default, making it easier than ever to establish WebSocket connections from your Node.js app.

2️⃣ Experimental ESM Support: You can now require ECMAScript Modules (ESM) graphs easiliy! Whether you're using CommonJS (CJS) or ESM, support for both require() and import statements is now available.

3️⃣ Node --watch Mode: Although, previously an experimental feature, it's now even more stable. Your servers can now automatically reload when changes occur in your files or paths, enhancing your development workflow.

4️⃣ Increased Default Highwater Marks for Streams: A significant performance boost with increased default highwater marks for streams. However, just be aware that this might lead to slightly higher memory usage. If you're working in memory-sensitive environments, keep an eye on the impact and adjust settings accordingly.

Happy Hacking 🙌🏻

Top comments (21)

Collapse
 
pavelee profile image
Paweł Ciosek

Node --watch Mode 👏👏👏

Collapse
 
emmabase profile image
Emmanuel Eneche

This could reduce much work on our good friend nodemon 😄

Collapse
 
thecodingthesi profile image
Thesi

ESM SUPPORT YIPPIE!!

Collapse
 
emmabase profile image
Emmanuel Eneche

Yep 😍😍

Collapse
 
manchicken profile image
Mike Stemle

ESM and CJS? Living in harmony?

Next up for the Nodejs team: world peace.

Collapse
 
emmabase profile image
Emmanuel Eneche

Like one big happy family 😄

Collapse
 
manchicken profile image
Mike Stemle

Right?! I love it!

Collapse
 
steeve profile image
Steeve

Important note for the second change 2️⃣: To support ESM with require(), you have to add the flag --experimental-require-module

Collapse
 
emmabase profile image
Emmanuel Eneche

Thats right @steeve thanks for the insight 👏

Collapse
 
melroy89 profile image
Melroy van den Berg

Finally! Npm bug is resolved with max socket count issues in CICD workflows.

Collapse
 
dangeorge35 profile image
Dan George

Nice one

Collapse
 
emmabase profile image
Emmanuel Eneche

🙌🏻

Collapse
 
melroy89 profile image
Melroy van den Berg

Also.. where is Node Docker v22 tag?

Collapse
 
emmabase profile image
Emmanuel Eneche • Edited

Should be in the pipeline. Currently, v20 appears to be the most recent tag.

Collapse
 
naskarov profile image
Nurlan Askarov

Thank you for a great news!

Collapse
 
emmabase profile image
Emmanuel Eneche

You're most welcome Nurlan 👏

Collapse
 
noviadi profile image
Noviadi Hapsoro

Thanks for the great work! 🙌

Collapse
 
emmabase profile image
Emmanuel Eneche

Thank you so much @noviadi 🙌🏻🩷

Collapse
 
rmcoder profile image
Rusty Ramos

Bye nodemon we will miss you :(

Collapse
 
emmabase profile image
Emmanuel Eneche • Edited

Exactly 😄 our dear friend on Development server