Edge Computing with Cloudflare Workers
Node.js support in Cloudflare Workers

Node.js support in Cloudflare Workers

4/16/2021 · Albert Zhao

What this post added

Introduced support for Node.js packages in Cloudflare Workers, initially through webpack bundling, allowing the use of over 20k packages. Announced plans to increase Worker size limits and reimplement/polyfill native Node.js APIs to support a wider range of libraries, including Stripe.js SDK, Twilio Client JS SDK, and database libraries. This expands the edge computing capabilities of Workers by bringing more server-side Node.js functionality to the edge.

Read the original post ↗