
5/19/2023 · James M Snell
What this post added
This post announces the addition of Node.js Streams, Path, and StringDecoder APIs to Cloudflare Workers, significantly improving compatibility with existing Node.js-based npm packages. It also previews a new `NodeJsCompatModule` type in the open-source `workerd` runtime that emulates the Node.js environment more closely, making Node.js globals and core APIs available without the `node:` specifier prefix. This allows for easier migration and use of popular npm packages within Workers.