MORE POSTS
September 28, 2020 1:02 PM
Making Time for Cron Triggers: A Look Inside
Today, we are excited to launch Cron Triggers to the Cloudflare Workers serverless compute platform. We’ve heard the developer feedback, and we want to give our users the ability to run a given Worker on a scheduled basis....
September 28, 2020 1:00 PM
Workers Durable Objects Beta:
A New Approach to Stateful Serverless
Durable Objects provide a truly serverless approach to storage and state: consistent, low-latency, distributed, yet effortless to maintain and scale. They also enable coordination and real-time collaboration between clients....
September 10, 2020 11:00 AM
Migrating cdnjs to serverless with Workers KV
Cloudflare powers cdnjs, an open-source project that delivers popular JavaScript libraries to over 11% of websites. Today, we are excited to announce its migration to a serverless infrastructure using Cloudflare Workers and its distributed key-value store Workers KV!...
September 03, 2020 12:00 PM
Rendering React on the Edge with Flareact and Cloudflare Workers
Page speed is critical. You need to get content to your audience as quickly as possible on every device. You also need to render ads in a speedy way to maintain a good user experience and make money to support your journalism....
August 31, 2020 11:00 AM
The Serverlist: The Edge on Localhost, Micro API in Firebase and Workers, and more!
Check out our nineteenth edition of The Serverlist below. Get the latest scoop on the serverless space, get your hands dirty with new developer tutorials, engage in conversations with other serverless developers, and find upcoming meetups and conferences to attend....
August 28, 2020 11:00 AM
Asynchronous HTMLRewriter for Cloudflare Workers
HTMLRewriter for Cloudflare Workers now supports asynchronous handlers, allowing developers to prefetch assets or user-specific content from a remote service....
August 26, 2020 11:00 AM
Announcing wrangler dev — the Edge on localhost
A few weeks ago we announced a release candidate for wrangler dev — today, we're excited to take wrangler dev, the world’s first edge-based development environment, to GA with the release of wrangler 1.11....
August 25, 2020 11:00 AM
Improving the Wrangler Startup Experience
You can now write any behaviour on requests heading to your site or even run fully fledged applications directly on the edge. Wrangler is the open-source CLI tool used to manage your Workers and has a big focus on enabling a smooth developer experience. ...
August 20, 2020 7:01 PM
Introducing Deploy Buttons
Deploy Buttons help you deploy a project to the Workers Platform without even needing to set up a local development environment. Now, it’s as easy as clicking a Deploy Button and three short steps to deploy using our new web-based deploy tool. ...
August 19, 2020 11:00 AM
New and improved Workers Docs
Following user feedback about Workers Docs, we reorganized and reformatted all of our content. The documentation is now intuitive to navigate and the content is now easy and enjoyable to read....
July 31, 2020 1:00 PM
Making magic: Reimagining Developer Experience for the World of Serverless
Today I’m going to talk about TTFD, or time to first dopamine, and announce a huge improvement to the Workers development experience — wrangler dev....
July 30, 2020 1:00 PM
Eliminating cold starts with Cloudflare Workers
A “cold start” is the time it takes to load and execute a new copy of a serverless function for the first time. It’s a problem that’s both complicated to solve and costly to fix....
July 29, 2020 1:00 PM
Mitigating Spectre and Other Security Threats: The Cloudflare Workers Security Model
Cloudflare is a security company, and the heart of Workers is, in my view, a security project. Running code written by third parties is always a scary proposition, and the primary concern of the Workers team is to make that safe....
July 28, 2020 1:01 PM
Cloudflare Workers Announces Broad Language Support
Today, we’re excited to announce support for Python, Scala, Kotlin, Reason and Dart. You can build applications on Cloudflare Workers using your favorite language starting today....