Node.js 24 has formally arrived, and it’s bringing a slightly tasty collection of enhancements to the desk.
When you’re a developer knee-deep in internet apps or wrestling with asynchronous code, this launch is one for you. It’s all about making Node.js faster on its toes, extra versatile, and much more in tune with the newest JavaScript requirements.
V8 engine revs as much as 13.6
So, what’s making Node.js 24 tick? A giant a part of it’s the V8 JavaScript engine – yep, the identical workhorse you discover in Google Chrome – which has been upgraded to model 13.6. This isn’t only a model bump; it unlocks some slightly nifty JavaScript options:
- RegExp.escape: Ever discovered your self manually making an attempt to flee characters for normal expressions? Effectively, RegExp.escape is right here to make that course of easier and a complete lot safer. No extra DIY escape features!
- Float16Array: For these dabbling in graphics, machine studying, or the rest that must be tremendous cautious with reminiscence and efficiency, there’s a brand new typed array for dealing with 16-bit floats.
- Atomics.pause: When you’re entering into the nitty-gritty of low-level concurrency with Employees, this offers you a solution to pause threads, providing finer management.
- WebAssembly Memory64: Excellent news for WebAssembly customers! There’s now 64-bit reminiscence help, which suggests extra grunt for these high-performance, almost-native duties.
- “Express Useful resource Administration await utilizing”: This one’s a little bit of a mouthful, but it surely’s essential. It’s all about making certain that sources – suppose information or community sockets – get cleaned up mechanically. Correct tidy.
- Error.isError: A helpful little utility, this one. It allows you to simply examine if one thing is definitely an Error object, which might prevent a headache in relation to sturdy error dealing with.
Why must you care about all this V8 magic? Effectively, it brings Node.js even nearer to what fashionable JavaScript seems to be like in your browser and within the newest spec proposals. That interprets to a smoother developer expertise (DX, because the cool youngsters say), much less faffing about with boilerplate code, and customarily extra a strong toolkit.
Permission Mannequin grows up and URLPattern goes international
Keep in mind the experimental Permission Mannequin that first popped up in Node.js 20? It’s evolving. The command-line flag has shifted from –experimental-permission to –permission in Node.js 24. This would possibly appear to be a small change, but it surely alerts that it’s getting extra secure and prepared for folks to really begin utilizing it extra broadly.
When you’re not acquainted, the Permission Mannequin allows you to limit what your Node.js app can entry—like poking across the filesystem or making community calls. It’s an enormous win for anybody who takes safety severely.
Right here’s a pleasant little comfort: URLPattern. This API helps you outline patterns to match towards URLs or bits of URLs. Beforehand, you’d need to import it. Now? You’ll be able to simply use it instantly, very like a great previous URL.
Builders can now specify patterns like /customers/:id for routing logic without having that further import step. That is sensible for routing, matching URLs, or constructing any sort of URL-handling instrument. It’s a extra highly effective and, frankly, extra elegant answer than wrestling with common expressions for these sorts of jobs.
Node.js 24 introduces a better built-in check runner
The built-in check runner is getting some love too. One of many standout enhancements is that it now mechanically waits for subtests to complete.
Earlier than this, you needed to be cautious to manually use an await instruction with every subtest to make sure it accomplished earlier than the primary check concluded. When you forgot this step, your check runner would possibly simply pack up and go house earlier than your subtests had been accomplished, resulting in some correctly complicated or flaky outcomes.
With Node.js 24, that guide await for every subtest is now not mandatory. The runner intelligently handles them, making certain each subtests will run and full correctly earlier than the check runner calls it a day. This makes writing assessments easier and fewer liable to these refined, easy-to-miss errors, which is very useful in the event you’re considering of switching to the built-in runner from one other framework.
HTTP shopper will get a lift with Undici 7.0.0 whereas npm jumps to v11
Node 24 now consists of Undici 7.0.0. For these not within the know, Undici is Node’s fashionable HTTP shopper. This improve means higher help for the newest HTTP requirements and a typically smoother trip in the event you’re utilizing fetch() or constructing companies that make loads of HTTP requests.
And naturally, what’s a Node.js launch with out an npm replace? Node 24 ships with npm v11, bringing with it:
- Faster installs (all the time a crowd-pleaser)
- Improved safety checks
- Higher concord with fashionable bundle ecosystems
- A heads-up: npm now expects node ^20.17.0 || >=22.9.0
- While you run npm init, it now has a kind immediate, and it organises the entries within the bundle.json it creates a bit in another way
- The npm hook command has been given the boot
- The –ignore-scripts flag now casts a wider internet, making use of to all lifecycle scripts, together with put together
- If the majority advisory request for safety audits fails, npm will now not attempt the previous audit endpoint as a fallback
Spring cleansing: Deprecations and removals with Node.js 24
As Node.js strikes ahead, some older ins and outs are being tidied away or marked for future removing:
- url.parse() is on its method out; the WHATWG URL API is the really useful alternative.
- Issues like SlowBuffer and tls.createSecurePair are actually deprecated.
- Older-style filesystem constants, resembling fs.F_OK, are additionally being phased out.
When you’re taking care of older codebases, it’s price maintaining a tally of these and planning any mandatory updates.
Node.js 24 isn’t simply one other quantity, it’s a fairly large step ahead by way of efficiency, safety, and making life simpler for builders. This launch brings some genuinely sensible instruments that may simplify your day-to-day coding.
(Photograph by Jan Canty)
See additionally: Coinbase x402 allows on the spot stablecoin funds over HTTP

Trying to revamp your digital transformation technique? Be taught extra about Digital Transformation Week going down in Amsterdam, California, and London. The excellent occasion is co-located with IoT Tech Expo, AI & Huge Knowledge Expo, Cyber Safety & Cloud Expo, and different main occasions.
Discover different upcoming enterprise know-how occasions and webinars powered by TechForge right here.