Backwards-compatibility in Cloudflare Workers
October 19, 2021 3:20 PM
On the Workers team, we have a policy: A change to the Workers Runtime must never break an application that is live in production....
October 19, 2021 3:20 PM
On the Workers team, we have a policy: A change to the Workers Runtime must never break an application that is live in production....
October 12, 2021 12:59 PM
Cloudflare worked with TU Graz to study the impact of Spectre on Cloudflare Workers and to develop new defenses against it. Today we're publishing a paper about our research....
October 01, 2021 12:59 PM
Learn how to build Web3 applications with Cloudflare’s new open-source template....
September 28, 2021 1:00 PM
Introducing Cloudflare’s S3-compatible Object Storage service, with zero egress bandwidth charges and automatic migration from S3-compatible services....
September 23, 2021 12:59 PM
In this blog, we will look into what the OAuth 2.0 protocol is, and how it can help improve the authorization process in the command-line interface tool Wrangler used to manage your Cloudflare Workers....
September 15, 2021 12:59 PM
Using Rust and Cloudflare Workers helps us quickly iterate and deliver product improvements over the coming weeks and months....
September 13, 2021 12:58 PM
Today, Workers is 30% faster than it was three years ago at P90. And it is 210% faster than Lambda@Edge, and 298% faster than Lambda....
September 09, 2021 1:00 PM
Introducing the Cloudflare Workers Rust SDK: write your entire Worker in Rust, no JavaScript required. ...
August 24, 2021 2:00 PM
Many developers know the feeling: “It worked in the local testing suite, it worked in our staging environment, but… it’s broken in production?” Testing can reduce mistakes and debugging can help find them, but logs give us the tools to understand and improve what we are creating....
August 13, 2021 1:00 PM
We’re giving away 300+ boxes of our most popular swag, while enabling collaboration with other participants through our Workers Discord channel....
August 13, 2021 12:59 PM
If you haven’t already heard, we’re hosting the Cloudflare Summer Developer Challenge, a contest for the Cloudflare community at large. Anybody – yes, including you – can sign up for free and compete for a chance to win one of 300 available prizes. ...
August 06, 2021 12:59 PM
Today, we are proud to announce a new way to connect your Pages application with your headless CMSs and databases: introducing Deploy Hooks for Pages....
August 04, 2021 12:56 PM
By using PostgREST with Postgres, we can build REST API-based applications. In particular, it's an excellent fit for Cloudflare Workers, our serverless function platform. Workers is a great place to build REST APIs....
July 30, 2021 2:00 PM
To help early stage startups get going, Cloudflare is giving away one year of the Startup Enterprise plan to all early stage startups in participating accelerator programs. ...
July 27, 2021 12:59 PM
At Cloudflare, our goal is to bring sustainable computing to you without the need for any additional time, work, or complexity....
July 22, 2021 2:59 PM
Today we’re excited to launch Workers usage notifications that proactively send relevant usage information directly to your inbox....
June 16, 2021 1:43 PM
Our product is specifically built for customers who experience high volumes of traffic, so we needed to run code at the edge in a highly scalable manner. Cloudflare has a great culture of building upon its own products, so we naturally thought of Workers....
May 26, 2021 1:00 PM
Durable Objects are an awesome addition to the Workers developer ecosystem, allowing you to address and work inside a specific Worker to provide consistency in your applications. You might be wondering "Okay, so what can I build with that?"...
May 18, 2021 12:59 PM
So, if a developer wants to run their next hit, say a real-time multiplayer game, using nothing but their app and Workers, without any servers or traditional infrastructure, can they? Let’s prove they can. Here's Doom Multiplayer running on top of Cloudflare Workers....