Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. (more…)
Read more »
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 traditionally shipped an implementation… (more…)
Read more »
So, I figured I would start a new series here on the good ol’ blog. For a while, I’ve wanted to do code walkthroughs of standard libraries and popular packages in the Node ecosystem. I figured it’s... (more…)
Read more »
node-worker-nodes - A node.js library to run cpu-intensive tasks in a separate processes and to not to block the event loop. (more…)
Read more »
At long last: The initial experimental implementation of HTTP/2.
This is an accumulation of the work that has been done in the nodejs/http2
repository, squashed down to a couple of commits. The ori... (more…)
Read more »