We deserve a better streams API for JavaScript
2026-02-27
The Web streams API has become ubiquitous in JavaScript runtimes but was designed for a different era. Here's what a modern streaming API could (should?) look like....
Continue reading »
2026-02-27
The Web streams API has become ubiquitous in JavaScript runtimes but was designed for a different era. Here's what a modern streaming API could (should?) look like....
Continue reading »
2026-02-24
One engineer used AI to rebuild Next.js on Vite in a week. vinext builds up to 4x faster, produces 57% smaller bundles, and deploys to Cloudflare Workers with a single command....
2025-10-24
A recent npm supply chain attack compromised 18 popular packages. This post explains how Cloudflare’s graph-based machine learning model, which analyzes 3.5 billion scripts daily, was built to detect and block exactly this kind of threat automatically....
2025-10-16
There's no way to audit a site’s client-side code as it changes, making it hard to trust sites that use cryptography. We preview a specification we co-authored that adds auditability to the web....
2025-09-25
Over the year we have greatly expanded Node.js compatibility. There are hundreds of new Node.js APIs now available that make it easier to run existing Node.js code on our platform....
September 22, 2025 1:00 PM
Cap'n Web is a new open source, JavaScript-native RPC protocol for use in browsers and web servers. It provides the expressive power of Cap'n Proto, but with no schemas and no boilerplate....
September 08, 2025 1:00 PM
We've implemented the node:http client and server APIs in Cloudflare Workers, allowing developers to migrate existing Node.js applications with minimal code changes....
June 11, 2025 1:00 PM
Cloudflare Workers now support FinalizationRegistry, but just because you can use it doesn’t mean you should....
April 09, 2025 2:00 PM
Cloudflare Snippets are now generally available, enabling fast, cost-free JavaScript-based HTTP traffic modifications across all paid plans. ...
March 24, 2025 1:00 PM
Today we're announcing our latest contribution to Node.js, now available in v23.8.0: URLPattern. ...
March 19, 2025 1:00 PM
Learn more about how Cloudflare developed an AI model to uncover malicious JavaScript intent using a Graph Neural Network, from pre-processing data to inferencing at scale. ...
December 16, 2024 2:00 PM
Internationalization and localization require more than translation: tone, images, date/time and number formatting, among other items, need to be considered....
November 19, 2024 10:00 PM
We used Cloudflare’s Developer Platform and Durable Objects to build authentication and a WebSockets API that developers can use to call AI Gateway, enabling continuous communication over a single...
September 09, 2024 9:00 PM
Workers now supports more NPM packages and Node.js APIs using an overhauled hybrid compatibility layer....
June 26, 2024 8:23 PM
polyfill.io, a popular JavaScript library service, can no longer be trusted and should be removed from websites...
February 29, 2024 5:51 PM
Polyfill.io is now available on cdnjs to reduce the risk of supply chain attacks. Replace your polyfill.io links today for a seamless experience...
November 14, 2023 2:00 PM
Workers AI now supports streaming text responses for the LLM models in our catalog, including Llama-2, using server-sent events...
September 28, 2023 1:00 PM
We’ve heard from developers that configuring and maintaining their own serverless browser automation systems can be quite painful. The Workers Browser Rendering API solves this...
May 19, 2023 1:00 PM
Today we are announcing support for three additional APIs from Node.js in Cloudflare Workers — stream, crypto, and http/https.request. This increases compatibility with the existing ecosystem of open source NPM packages, allowing you to use your preferred libraries in Workers....
March 23, 2023 1:05 PM
Over the coming months, Cloudflare Workers will start to roll out built-in compatibility with Node.js core APIs as part of an effort to support increased compatibility across JavaScript runtimes...