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 Facebook or Linkedin.

Banner


Amazon Launches $68M AI PhD Program
23/01/2026

Amazon has announced a new AI PhD Fellowship program for PhD students in the area of AI research trhat will support  PhD students at nine universities in the USA. 



HuggingFace Skills Fine Tune LLMs
05/01/2026

HuggingFace just made the process of fine-tuning open source LLMs much easier through the use of Skills.


More News

pico book

 

Comments




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

Last Updated ( Monday, 24 October 2022 )