Contributions
Contributions: Apr 19–26, 2026
2 merged, 3 in progress in workerd and node — Try fixing an ownership issue in streams, Adjust the auto allocate chunk size default with autogate, Some optimizations for Promise handling, ...
A blog about code and whatever else I might be thinking about.
Contributions
2 merged, 3 in progress in workerd and node — Try fixing an ownership issue in streams, Adjust the auto allocate chunk size default with autogate, Some optimizations for Promise handling, ...
This blog has been updated to use vinext, a Vite-based framework that provides a Next.js App Router-compatible API.
The Node.js project has been working on implementations of standard web platform APIs, such as the WHATWG URL parser, AbortController, EventTarget, TextEncoder, Web Crypto API and more. The latest effort underway is to implement support for the Web Streams API...
The AbortController and AbortSignal APIs are quickly becoming the standard mechanism for canceling asynchronous operations in the Node.js core API...
Several years ago, I was called out by a customer to help them resolve some performance issues they were having in their Node.js application. They were experiencing massive event loop blocking issues in their server, getting a whole 5 requests per second — and, in one extreme case, an event loop delay of over one minute...
Although the HMAC-based Key Derivation Function (HKDF) is not new it is starting to gain prominence in more types of applications and systems.
The Node.js project has been working on implementations of standard web platform APIs, such as the WHATWG URL parser, AbortController, EventTarget, TextEncoder and more. The latest effort underway is to implement support for the Web Cryptography API. Here, we dig into some of the details of that new implementation and show a little of what it will enable in Node.js...