Node.js Updated
Written by Kay Ewbank   
Monday, 05 November 2018

Node.js 10.x has become the latest long term support (LTS) release, and Node.js 11 has moved into its place as the current release line for the next six months.

Node.js is an asynchronous event driven JavaScript runtime built on Chrome's V8 JavaScript engine. It uses an event-driven, non-blocking I/O model. Long Term Support release lines of Node.js focus on stability, extended support and provide a reliable platform for applications of any scale. They generally receive 30 months of support once they become LTS

The 10.x release is mainly aimed at improvements in performance and, in initial tests, operations per second are almost twice as high as in Node.js 6, Latency has decreased by 65 percent compared to Node.js 6, and the footprint after load is 35 percent lower in Node.js 10 compared to Node.js 6 for increased cold start performance.

Node.js 10 is the first to use OpenSSL version 1.1.0, and the first to come with Google V8 v6.6 JavaScript engine. The use of Open SSL means Node.js now supports the ChaCha20 cipher and Poly1305 authenticator for cryptographic use.

Alongside the better performance, Node.js 10 also has better error handling, and improved diagnostics around trace events and post mortem. The Node.js 10 line also has Node.js API as a usable stable module API. It is independent from changes in V8 allowing modules to run against newer versions of Node.js without recompilation. N-API aims to solve two problems, firstly reducing the maintenance cost for native modules and reducing friction in upgrading Node.js versions in production deployments for module consumers.

The Node.js 11 release line is also now available for testing. The developers are concentrating on improving internals, performance, and an update to V8 7.0.  In the initial release of Node.js 11, interval timers have been improved so that they will be rescheduled even if the previous interval threw an error; and the build no longer supports FreeBSD 10.

nodejslogo 

 

More Information

Node.js Website

Related Articles

Node.js - Even Its Creator Thinks Its Flawed 

Getting Started with Node.js

JS Foundation and Node.js Foundation Intent To Merge

Node.js 8 Includes npm 5

Node.js Bridge For COBOL

Node.js v6 Released

Node.js Foundation Survey

Node.js Foundation Heals Rift

Microsoft Tears Node.js From V8

Microsoft Tears Node.js From V8

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


IBM Updates Granite Models
28/10/2024

IBM has released new Granite models that it says provide state-of-the-art performance relative to model size. The Granite 3.0 collection includes a new, instruction-tuned, dense decoder-only LLM.



CSS Ecosystem In the Spotlight
06/11/2024

The 2024 edition of the State of CSS has been posted, revealing that the latest features of the language not only do away with extra tooling, but even start taking on tasks that previously requir [ ... ]


More News

espbook

 

Comments




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