What’s new in the Node.js 11 JavaScript runtime | Tech Industry

Node.js Version 11 is now the current release line for the server-side environment; it will be supported for six months. Node.js 10, whose first version was released in April 2018, is set to become the Long-Term Service (LTS) release on October 30, 2018, meaning it will generally be supported for 30 months. LTS releases are recommended for production usage.

Where to download Node.js

You can download Node.js from the .org website.

What’s new in Node.js 11

Node.js offers these new or updated features:

  • For child processes, the default value of the windowsHide option has been changed to true.
  • The V8 Version 7 JavaScript and WebAssembly engine is included.
  • The read() method requires a callback.
  • Interval timers will be rescheduled even if a previous interval threw an error.
  • Windows performance counter support has been removed.
  • The SyncWriteStream utility, which previously was deprecated, has been removed.
  • Use of binding() has been deprecated.
  • FreeBSD 10 is no longer supported.
You might also like
Leave A Reply

Your email address will not be published.