New Node.js options, Node newest model report
Recognized for its pace, simplicity, and stability, Node.js doesn’t introduce too many novelties. Even when it does, they usually enter the discharge schedule as experimental options. Nevertheless, the mixed contribution of variations 16 by means of 19 offers us sufficient new upgrades to write down and get enthusiastic about. After which, there’s additionally model 20 on the horizon! Learn the way you should use and profit from these options in your initiatives.
In relation to new Node.js options, the OpenJS Basis, which oversees the event of Node.js, opts for comparatively frequent, but modest releases. Final yr introduced two variations and there’s one other one coming this April.
Beneath, you will see that an outline of what I contemplate a very powerful modifications launched within the newest Node variations, beginning with the one which got here final – model 19 – all the best way to model 10.
I additionally included some speculations on what awaits us in April when Node.js 20 hits the digital cabinets.
Earlier than we get to that, let’s check out the Node.js launch schedule.
Additionally, bear in mind, the article additionally contains archives of older variations of Node.js. Use the left-hand sidebar to scroll to the precise model you have an interest in. The newest lined model is nineteen and the newest model talked about is model 20.

Node.js releases defined
Together with the newest one, there are 18 Node.js variations. Each has a launch standing assigned to it. Crucial varieties embrace:
- Present – since new variations are usually launched each 6 months, every new model enters the Present standing for half a yr from the day of its launch. After this era, odd-numbered releases turn out to be unsupported.
- Energetic LTS – even-numbered releases as a substitute transfer to the Energetic LTS standing. They’re now prepared for basic use. You possibly can anticipate help, together with vital bug fixes, at some point of 30 months.
- Upkeep LTS – just one even-numbered model at a time carries the Energetic LTS standing. As soon as a brand new one reveals up and completes the Present standing, the earlier one strikes to the Upkeep LTS. It’ll proceed to obtain updates till its end-of-life date.
What concerning the standing of the newest Node.js releases?
Node.js 16 is now the Energetic LTS model. The odd-numbered model 17 has simply misplaced its Present standing and its end-of-life is coming this June. Node.js 18 is now the Present model and is anticipated to turn out to be the brand new Energetic LTS model this October.

Let’s get to the overview of options!
Node.js 19
Node.js 19 was solely launched again in October 2022, however as an odd-numbered model it’s already on the verge of turning into unsupported. Nonetheless, it provides some very fascinating new options. Listed here are our favorites.
node –watch (experimental)
The newly supported watch mode restarts a course of at a time when a change happens to an imported file. You possibly can flip it on with the next command:
$ node --watch index.js
The Software program Home’s senior Node.js developer Rafał Gołubowicz could be very keen on this addition:
Most Node.js builders received used to putting in dev dependencies that allowed them to auto-restart the server when any modifications within the code appeared. Nodemon is one such answer. The brand new –watch flag is one thing that the Node.js group has been speaking about and advocating for years. It permits for eliminating exterior dependencies to live-reload. That’s a fantastic adjustment.
HTTP(S)/1.1 KeepAlive by default
The Maintain-Alive instruction permits a single TCP connection to remain open for a mess of HTTP requests. Beginning with Node.js 19, it’s going to be true by default. Any outgoing HTTP(S) connection will use it. The default length is 5 seconds.
Ought to the function turn out to be secure, it’ll undoubtedly enhance throughput as all of the out there connections will now be reused by default.
Steady Internet Crypto API
Node.js 19 brings a secure model of the WebCrypto API. The globalThis.crypto class accesses the module that gives a wide range of low-level cryptographic capabilities.
That is undoubtedly excellent news for security-oriented Node.js customers. The third-party high-level JavaScript cryptographic libraries are a frequent goal of complaints relating to their effectivity and safety. Their lack of entry to {hardware} options and multi-threading was a significant concern as nicely.
Hopefully, this alteration will make the Internet Crypto API extra well-liked than it has been up to now throughout the Node.js group.
Node.js 20 is coming?
The Node.js model 20 is approaching April 18. Since that is an even-numbered launch, it’s going to obtain long-term help and should function some main modifications.
Sadly, the brand new options of Node.js are nonetheless stored a secret and there aren’t that many speculations about what they might embrace. Are there any guesses?
Properly, we are able to undoubtedly anticipate some new efficiency tweaks. Some experimental options akin to node –watch could turn out to be secure. However contemplating that it’s an even-numbered launch, we are able to additionally see some extra vital modifications.
You should definitely try the article following the discharge of Node.js 20 for a brand new replace!
What sort of initiatives did we develop with Node.js?
Take a look at the portfolio and try our Node.js-related success tales.
Node.js model 18 & earlier
Variations 16-18 introduced plenty of fascinating developments. Let’s begin with model 18, which as of March 27 2023 continues to be the energetic LTS model.
New globally out there browser-compatible APIs
Fetch API
The node-fetch module has at all times been very useful as a simple approach to fetch knowledge to and from exterior net servers or APIs. Now, utilizing it’ll turn out to be much more environment friendly. Node 18 options an experimental world fetch API, which allows the identical strategies with out having to depend on exterior packages.
The brand new implementation comes from undici and is impressed by node-fetch. The implementation tries to be as specification-compliant as doable, making the native browser fetch API appropriate with NodeJS. With that change, the browser globals fetch, FormData, Headers, Request, and Response at the moment are out there in Node.js.
Right here’s how the brand new API works:
The brand new function will definitely make the Node index extra highly effective.
Internet Streams API
This API is all about streaming — that’s — breaking a useful resource into small chunks and processing it little by little. The method has its advantages when it comes to each efficiency and person expertise on the net. The Internet Streams API contains a lot of stream interfaces that work alone or in live performance to course of varied varieties of assets.
With Node.js 18, the experimental implementation of Internet Stream is uncovered to the worldwide scope, making all the varied stream interfaces globally accessible.
Different APIs
There are another APIs that obtained vital consideration within the newest Node.js launch. Each Blob and BroadcastChannel are now not experimental. As well as, they’re now out there globally. Blob makes it simpler to share knowledge throughout employee threads, whereas BroadcastChannel simplifies sure elements of asynchronous communication.
Take a look at runner module (experimental)
The Node.js group is actively making an attempt to introduce new out-of-the-box options that may exchange varied third-party modules and frameworks. When executed nicely, such modifications can:
- lower the complexity of an setting,
- enhance CI/CD workflows,
- take away upkeep overhead.
Till now, Node.js hasn’t had an out-of-the-box check runner. As builders, we relied on exterior instruments akin to Jest. The brand new check runner facilitates JavaScript exams within the well-liked TAP format, which decouples the error reporting half and the presentation half. The general purpose of the brand new runner is to offer a light-weight check runner that covers a lot of the key options of different extra strong testing frameworks.
Right here is an instance of how you should use the brand new check runner in your mission:
OpenSSL 3.0 help
OpenSSL is a well-liked library used to safe communications over laptop networks. It was initially written in C, however builders can use wrappers to be able to profit from this library in a wide range of programming languages and environments, together with Node.js.
Beginning with model 17, Node.js builders can now use OpenSSL 3.0. Essentially the most notable enchancment within the new OpenSSL model is help for QUIC – a transport layer community protocol designed by Google to enhance web/community latency.
Steady timers guarantees API
A brand new secure model of the timers guarantees API has been made out there beginning with Node.js 16. It was initially launched as an experimental function within the earlier launch.
Guarantees-based timer capabilities are helpful for lots of issues. You should utilize them to make your Node.js scripts await different duties/methods to complete their job. It was doable earlier than, however with the brand new API, it takes a lot much less code to attain.
The timers guarantees API features a complete of three minor APIs:
- setImmediate fulfills a promise instantly.
- setTimeout delays a lot of milliseconds earlier than it strikes to satisfy the promise.
- setInterval returns an async iterator. It generates values in an interval of delayed milliseconds.
Adjustments to the toolchain & compiler
Node.js offers pre-built binaries for a wide range of platforms. They make it simpler to shortly arrange your setting. Node.js 16 introduced a few new ones:
- The macOS installer ‘fats’ (multi-architecture) binary.
- Particular person tarballs for Intel (darwin-x64) and ARM (darwin-arm64).
- The prebuilt binaries for Apple Silicon.
Let’s check out yet another factor that considerations all the releases on this part.
V8 JavaScript engine improve
Variations 16-18 of of Node.js additionally noticed the V8 JavaScript engine go from model 8.6 to 10.1. Plenty of updates and enhancements have been made to V8 by the Chromium Challenge. The JS engine used not solely by Node.js but additionally by the Google Chrome browser and plenty of different well-liked initiatives now contains:
- Quicker tremendous property entry primarily by making use of an inline cache system.
- New RegExp options from ECMAScript 2022, together with match indices.
- Upgrades for the Intl.DisplayNames, Intl.DateTimeFormat, and Intl.Locale APIs, particularly, you must try the brand new timeZoneName choices.
- Improved efficiency of sophistication fields and personal class strategies (sooner initialization).
- New array strategies: findLast() and findLastIndex().
That’s it for the 16-18 Node.js replace!
Node.js model 15 & earlier
NPM 7 – what’s new?
Node.js was not a significant launch, however it’s nonetheless very fascinating. With Node 15 , we’re getting npm 7.
That is yet one more massive step for the entire Node.js net improvement group, with some very fascinating JavaScript language options added.
Workspaces are some of the fascinating ones. Yep, npm is getting what yarn has been recognized for. In the event you’re utilizing lerna or was enthusiastic about monorepo in your packages, that is what you have been searching for. Learn extra about this on the npm repository web page.
The second can also be someway associated to yarn. With npm 7, the yarn.lock file is now not ignored. Npm goes to learn yarn lock for bundle metadata and backbone steering after which create its personal package-lock.json.
Bundle-lock has additionally modified. With npm 7, we’re launched to a very new format of that file. The brand new model (V2) accommodates every part that’s obligatory for deterministically reproducible builds. That is the distinction between npm and yarn. Yarn deterministic builds are primarily based on a yarn.lock and a model of yarn. So if we used a special model, then we’re going to get a special set of packages.
For npm, that is going to be constant even between totally different variations.
Unhandled rejections change
For typical synchronous stream, Node.js closes its course of as quickly as error code is thrown. Nevertheless, it’s a special story in the case of asynchronous operations.
For years, we had so as to add two necessary occasion handlers to safe our apps – uncaughtException and unhandledRejection.
Node 15 introduces an enormous replace on how unhandled promise rejections are dealt with. The default mode was modified from warn to throw.
In Node 14, an unhandled rejection printed a warning to the console. In Node 15, these can be dealt with as uncaught exceptions and can trigger your app to exit.
It is a good change!
V8 new model
As normal, a brand new Node is shipped with the brand new model of V8. This time, we’re getting 4 new options:
The primary one is help for Promise.any. That is one thing much like Promise.race. Nevertheless, the decision is a bit totally different. Promise.any is resolved as quickly as no less than one promise is fulfilled and rejected solely when all guarantees are rejected – be taught extra.
The subsequent one is expounded to error aggregation. With V8 8.6, we’re getting a brand new error sort – AggregateError. It takes an array of errors. A great instance is an error from Promise.any. As an alternative of throwing an array of errors, it throws a single one containing an array of errors.
The third one is a help for String.prototype.replaceAll. Because the title says, it’s about changing all occurrences of a selected string or sample. For instance:
The final one are new logical operators – &&=, ||=, ??=. It’s simpler to see them in motion than to clarify it, so let’s see the code:
All of it comes on prime of the modifications and enhancements launched again in Node 14 with V8 8.1:
- Entry to the non-public discipline.
- Awaits ought to work a lot sooner, as ought to JS parsing.
- Our apps ought to load faster and asyncs ought to be a lot simpler to debug, as a result of we’re lastly getting stack traces for them.
- The heap measurement is getting modified. Till now, it was both 700MB (for 32bit methods) or 1400MB (for 64bit). With new modifications, it’s primarily based on the out there reminiscence!
With the newest Node model 14, we’re having access to the most recent V8. Because of this we’re getting some well-liked options of the JavaScript engine.
In the event you’re utilizing TypeScript, you most likely work with nullish coalescing and non-compulsory chaining. Each of these are natively beginning with Node 14.
We’re additionally getting just a few updates to Intl. The primary one is help for Intl.DisplayNames and the second is help for calendar and numberingSystem for Intl.DateTimeFormat.
New experimental options
Node 15 additionally brings some new experimental options.
The primary one is a help for QUIC – a brand new UDP-based transport protocol that’s utilized in HTTP/3. You could find extra details about this right here.
If you wish to play with it, bear in mind to run node with –experimental-quic.
The second is AbortController. The primary use case is signalling the promise cancellation. Proper now the implementation is experimental, however nonetheless, we’re ready for extra!
Node + Internet Meeting = <3
Internet Meeting is slowly gaining in recognition. An increasing number of Node modules are experimenting with this language and so is Node itself! With the Node 15 launch, we achieve entry to the experimental Internet Meeting System Interface – WASI.
The primary thought behind that is to offer us with a neater approach to entry the underlying working system. I’m actually trying ahead to seeing extra Internet Meeting in Node.
* Beneath, you will see that data on Node.js ver. 12 and earlier. *
Learn how to use TypeScript with Node.js effectively? Discover out from this text.
Want help with top-class Node.js programming?
🚏 Discover out what you’ll be able to obtain with Poland’s largest Node group that builds performance-driven apps for thousands and thousands of customers.
Node.js model 12 & earlier
Steady Diagnostic Reviews
In Node 12, we’ve received a brand new experimental function referred to as Diagnostic Reviews. Through the use of it, we may simply get a report that accommodates details about the present system. What’s extra, we are able to generate it not solely on demand but additionally after a sure occasion.
In case you have any manufacturing operating a Node app, then that is one thing you need to be testing.
Threads are nearly secure!
With the final LTS we’ve received entry to threads. In fact, it was an experimental function and required a particular flag referred to as –experimental-worker for it to work.
With Node 12 it’s nonetheless experimental, however gained’t require a flag anymore. We’re getting nearer to a secure model!
ES modules help
Let’s face it, ES modules are at the moment the best way to go in JavaScript improvement. We’re utilizing it in our frontend apps. We’re utilizing it on our desktop and even cell apps. And but, in case of Node we have been caught with frequent.js modules.
In fact, we may use Babel or Typescript, however since Node.js is a backend expertise, the one factor we must always care about is the model of the Node set up on the server. We don’t must care about a number of totally different browsers and help for them, so what’s the purpose of putting in a instrument that was made exactly with that in thoughts (Babel/Webpack and so forth.)?
With Node 10, we may lastly play a bit with ES modules (present LTS has experimental implementation for modules), but it surely required us to make use of particular file extension – .mjs (module javascript).
With Node 12, it’s getting a bit bit simpler to work with. Very similar to it’s with net apps, we get a particular property sort referred to as that can outline if code ought to be handled like frequent.js or es module.
The one factor you might want to do to deal with all of your information as a module is so as to add the property sort with the worth module to your bundle.json.
To any extent further, if this bundle.json is the closest to our .js file, will probably be handled like a module. No extra mjs (we are able to nonetheless use it if we wish to)!
So, what if we wished to make use of some frequent.js code?
So long as the closest bundle.json doesn’t comprise a module sort property, will probably be handled like frequent.js code.
What’s extra, we’re getting new an extension referred to as cjs – a standard.js file.
Each mjs file is handled as a module and each cjs as a standard.js file.
In the event you didn’t have an opportunity to attempt it out, now could be the time!
JS and personal variables
In relation to JavaScript, we now have at all times struggled to guard some knowledge in our courses/capabilities from the surface.
JS is known for its monkey patching, which means we may at all times someway entry nearly every part.
We tried with closures, symbols and extra to simulate private-like variables. Node 12 ships with the brand new V8 and so we’ve received entry to at least one cool function – non-public properties within the class.
I’m certain you all bear in mind the previous method to privates in Node:
Everyone knows it’s not likely a non-public – we’re nonetheless in a position to entry it anyway, however most of IDEs handled it like a non-public discipline and most of Node devs knew about this conference. Lastly, we are able to all neglect about it.
Are you able to see the distinction? Sure, we use # character to inform Node that this variable is non-public and we would like it to be accessible solely from the within of this class.
Attempt to entry it immediately, you’ll get an error that this variable doesn’t exists.
Sadly some IDE don’t acknowledge them as correct variables but.
Flat and flatMap
With Node 12, we’re having access to new JavaScript options.
To begin with, we’re having access to new array strategies – flat and flatMap. The primary one is much like Lodash’s flattenDepth technique.
If we cross a nested arrays to it, we are going to get a flatten array in consequence.
As you’ll be able to see, it additionally has a particular parameter – depth. Through the use of it, you’ll be able to resolve what number of ranges down you wish to flatten.
The second – flatMap – works identical to map, adopted by flat 🙂
Non-obligatory catch binding
One other new function is non-compulsory catch binding. Till now we at all times needed to outline an error variable for attempt – catch.
With Node 12 we are able to’t skip your entire catch clause, however we are able to skip the variable no less than.
Object.fromEntries
One other new JavaScript function is the Object.fromEntries technique. It’s fundamental utilization is to create an object both from Map or from a key/worth array.
The brand new Node.js is all about threads!
If there’s one factor we are able to all agree on, it’s that each programming language has its professionals and cons. Hottest applied sciences have discovered their very own area of interest on this planet of expertise. Node.js isn’t any exception.
We’ve been informed for years that Node.js is nice for API gateways and real-time dashboards (e.g. with websockets). As a matter of truth, its design itself compelled us to rely upon the microservice structure to beat a few of its frequent obstacles.
On the finish of the day, we knew that Node.js was merely not meant for time-consuming, CPU-heavy computation or blocking operations attributable to its single-threaded design. That is the character of the occasion loop itself.
If we block the loop with a posh synchronous operation, it gained’t be capable to do something till it’s executed. That’s the very cause we use async so closely or transfer time-consuming logic to a separate microservice.
This workaround could now not be obligatory due to new Node.js options that debuted in its 10 model. The instrument that can make the distinction are employee threads. Lastly, Node.js will be capable to excel in fields the place usually we’d use a special language.
A great instance might be AI, machine studying or massive knowledge processing. Beforehand, all of these required CPU-heavy computation, which left us no selection, however to construct one other service or choose a better-suited language. No extra.
Threads!? However how?
This new Node.js function continues to be experimental – it’s not meant for use in a manufacturing setting simply but. Nonetheless, we’re free to play with it. So the place will we begin?
Ranging from Node 12+ we now not want to make use of particular function flag –experimental-worker. Staff are on by default!
node index.js
Now we are able to take full benefit of the worker_threads module. Let’s begin with a easy HTTP server with two strategies:
- GET /whats up (returning JSON object with “Hiya World” message),
- GET /compute (loading an enormous JSON file a number of instances utilizing a synchronous technique).
The outcomes are simple to foretell. When GET /compute and /whats up are referred to as concurrently, we now have to attend for the compute path to complete earlier than we are able to get a response from our whats up path. The Occasion loop is blocked till file loading is completed.
Let’s repair it with threads!
As you’ll be able to see, the syntax is similar to what we all know from Node.js scaling with Cluster. However the fascinating half begins right here.
Attempt to name each paths on the identical time. Seen one thing? Certainly, the occasion loop is now not blocked so we are able to name /whats up throughout file loading.
Now, that is one thing we now have all been ready for! All that’s left is to attend for a secure API.
Need much more new Node.js options? Right here is an N-API for constructing C/C++ modules!
The uncooked pace of Node.js is among the cause we select this expertise. Employee threads are the following step to enhance it. However is it actually sufficient?
Node.js is a C-based expertise. Naturally, we use JavaScript as a fundamental programming language. However what if we may use C for extra complicated computation?
Node.js 10 offers us a secure N-API. It’s a standardized API for native modules, making it doable to construct modules in C/C++ and even Rust. Sounds cool, doesn’t it?

A quite simple native module can seem like this:
In case you have a primary information of C++, it’s not too exhausting to write down a customized module. The one factor you might want to bear in mind is to transform C++ varieties to Node.js on the finish of your module.
Subsequent factor we’d like is binding:
This easy configuration permits us to construct *.cpp information, so we are able to later use them in Node.js apps.
Earlier than we are able to make use of it in our JavaScript code, we now have to construct it and configure our bundle.json to search for gypfile (binding file).
As soon as the module is nice to go, we are able to use the node-gyp rebuild command to construct after which require it in our code. Identical to any well-liked module we use!
Along with employee threads, N-API offers us a fairly good set of instruments to construct high-performance apps. Overlook APIs or dashboards – even complicated knowledge processing or machine studying methods are removed from unimaginable. Superior!
Full help for HTTP/2 in Node.js? Certain, why not!
We’re in a position to compute sooner. We’re in a position to compute in parallel. So how about property and pages serving?
For years, we have been caught with the nice previous http module and HTTP/1.1. As an increasing number of property are being served by our servers, we more and more wrestle with loading instances. Each browser has a most variety of simultaneous persistent connections per server/proxy, particularly for HTTP/1.1. With HTTP/2 help, we are able to lastly kiss this downside goodbye.
So the place will we begin? Do you bear in mind this primary Node.js server instance from each tutorial on net ever? Yep, this one:
With Node.js 10, we get a brand new http2 module permitting us to make use of HTTP/2.0! Lastly!

What does the longer term maintain for Node.js net improvement?
When Node.js first hit the market again in 2009, it shook your entire world of software program improvement. It helped flip JavaScript from a considerably peculiar client-based scripting language into a robust backend answer even for large purposes. It made severe skilled builders take JavaScript significantly. It grew to become a key expertise for The Software program Home as nicely.
Immediately, Node.js doesn’t need to be revolutionary. And it’s not making an attempt to be. It took an evolutionary method and steadily improves its core performance – the flexibility to run JavaScript on the server.
In Node.js 18, the group is making an attempt to make the setting much more complete, whereas maintaining it moderately light-weight. One of the best examples of which can be the brand new fetch and check runner updates. They add out-of-the-box help for options that was solely out there by means of third-party instruments, focusing solely on their most important, core functionalities. Consequently, Node.js is getting more and more strong, with out turning into overly complicated – a feat made doable partially attributable to its modular nature.
Node.js continues to develop. The out there knowledge reveals that software program corporations are usually not going to get fed up with Node.js builders anytime quickly – the utilization share of Node.js throughout the online rose to nearly 2 p.c during the last yr.

💡 Learn extra
In the event you made all of it the best way right here, you should be actually enthusiastic about Node.js! So is The Software program Home. Actually, Node.js providers are the most important a part of our expertise stack.
If you’re searching for Node.js job openings, try our profession web page. And in case you are looking for expert Node.js specialists that will help you create a superb product, contact us in the present day and schedule free consultations.