Tagged in

NodeCore

Node.js Collection
Node.js Collection
The Node.js Medium collection has been retired
More information
Followers
22K
Elsewhere
More, on Medium

The Current State of Implementation and Planning for ESModules

Foreword by @MylesBorins:

Modules were first standardized in ECMAScript 6 in 2015. As of December 2017 you can now use ESModules (ESM) in 3 out of 4 of the major browsers. Node.js has


Timing is Everything

This weekend I scratched a bit of a long term itch and implemented basic support for the Performance Timeline specification for Node.js core. Hopefully it will land soon.

There are still definitely some rough edges and certainly quite a few issues still to work out…


NODE_OPTIONS has landed in 8.x!

This blog was originally published in the Nodejs @ IBM blog by Sam Roberts.

A new NODE_OPTIONS environment variable is available in 8.0.0, see the 8.x docs. It should land soon in a 6.x minor (most likely 6.12.0) to be available for production…


Node.js Errors — Changes you need to know about

This post was written by Michael Dawson who is a Node.js Runtime Tech Dev @ IBM, #nodejs collaborator and CTC member. He originally posted this piece on the Nodejs @ IBM blog.

Summary


Say hello to HTTP/2 for Node.js Core

A few minutes ago I opened the initial pull-request that would provide an implementation of HTTP/2 for Node.js core. While it’s far from being production ready, this marks a key milestone.


Node.js 8.0.0 has been delayed and will ship on or around May 30th

This post is brought to you by Myles Borins who is a @nodejs ctc member / developer advocate for @googlecloud. Now with that background, let’s dive into the “why” of the delay around Node.js 8.0.0.