Live Feed/Cloudflare/Fact Record
Cloudflare logo
Cloudflare
feature 96% Confidence Gate September 9, 2026

How we rebuilt Cloudflare Workers’ module registry for Node.js compatibility

Cloudflare Workers now enables Node.js compatibility by default and increases the maximum application size limit to 64 mebibytes. The platform has introduced a URL-based module registry featuring import.meta support, lazy compilation, and shared code caches.

Verified State Diff

Comparison Mode:
- Previous State
Node.js compatibility was not enabled by default, and application size limits were lower, lacking native URL-based module registry support.
+ Verified New State
Node.js compatibility is enabled by default, application size limit is 64 MiB, and a URL-based module registry with import.meta, lazy compilation, and shared code caches is active.

Impact & Verification Analysis

WHO IS AFFECTED

Cloudflare Workers developers and enterprise teams migrating Node.js applications to the edge.

WHY IT MATTERS

This update significantly reduces friction for developers porting existing Node.js codebases to serverless environments, while the increased size limit and caching mechanisms improve the viability of deploying large-scale, production-grade applications on Cloudflare's edge network.

Full Fact Overview

Cloudflare has overhauled the Workers module registry architecture to bridge the gap between edge-native environments and the Node.js ecosystem. By implementing a URL-based registry, the platform now supports standard ESM import.meta syntax, facilitating better interoperability with existing Node.js packages. The integration of lazy compilation and shared code caches optimizes cold-start performance and memory utilization, while the increase in the application size limit to 64 MiB accommodates more complex, dependency-heavy serverless applications.

Multi-Source Evidence Chain (1)

How we rebuilt Cloudflare Workers’ module registry for Node.js compatibilityCloudflare
TRACKED ENTITY
Explore all historical Cloudflare changes
View Cloudflare Hub ➔