Node.js 19 Updates JavaScript Engine
Written by Kay Ewbank   
Monday, 24 October 2022

Node.js 19 has been released with improvements including an update of the V8 JavaScript engine to 10.7, and the enabling by default of HTTP(s)/1.1 KeepAlive.

Node.js is an open-source, cross-platform asynchronous event driven JavaScript runtime built on Chrome's JavaScript engine. It uses an event-driven, non-blocking I/O mode and executes JavaScript code outside web browsers.

nodejslogo

Node.js 19 will replace Node.js 18 as the standard release when Node.js 18 enters long-term support (LTS) later this month, and will remain as the current release for the next 6 months, until April 2023.

The main improvement to this version is that Node.js sets keepAlive to true by default. This means that any outgoing HTTP(s) connection will automatically use HTTP 1.1 Keep-Alive. The default keep-alive duration is 5 seconds. The developers say this will deliver better throughput as connections are reused by default.

A second improvement is the marking of the WebCrypto API as stable with the exception of a few algorithms. The API is a collection of W3C standardized cryptography primitives as defined in the Web Cryptography API specification. It provides primitives for key generation, encryption and decryption, digital signatures, key and bit derivation, and cryptographic digest.

Other improvements include the removal of the --experimental-specifier-resolution flag, as its functionality can now be achieved via custom loaders. The new release has also removed support for DTrace, SystemTap and ETW. The developers say this was removed to ensure prioritization of resources, and that the complexity to keep the support up-to-date has proved not worth it without a clear plan to support these tools.

Node.js 19 is downloadable now.

nodejslogo

More Information

Node.js Foundation Homepage

Related Articles

Node.js 18 Adds Core Test Runner

Node.js Adds OpenSSL 3 Support

Node.js 16 Adds Apple Silicon Support

Node.js 15 Improves Rejection Handling

npm 7 Will Ship With Node.js 15

Node.js 14 Adds New Diagnostic Tools

Node.js Released With Diagnostic Reporting

Node Version Manager For Node.js Released

JS Foundation and Node.js Foundation Progress Towards Merger

A New Rift for Node.js

Node.js Foundation Heals Rift

Getting Started with Node.js

Node.js Gets A Foundation - Is It Rock Solid?

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Remembering Grace Hopper On Her 114th Anniversary
09/12/2024

Today sees the start of Computer Science Education Week and  the 2024 Hour of Code. These educational event are timed to coincide with Grace Hopper's birthday on January 9th, 1906 due to her conc [ ... ]



Santa Is On His Way
24/12/2024

Around the world children are eagerly awaiting Santa - which is something of a problem since he'll only arrive when they are fast asleep. If you want to know when he'll arrive, track Santa's progress  [ ... ]


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 24 October 2022 )