MORE POSTS
November 14, 2022 2:00 PM
The road to a more standards-compliant Workers API
We have been making improvements in the Workers runtime to increase alignment with Web Platform standards around event handling, task cancellation using AbortController, text encoding and decoding, URL parsing and pattern matching, and streams support....
November 14, 2022 2:00 PM
Build applications of any size on Cloudflare with the Queues open beta
Cloudflare Queues enables developers to build performant and resilient distributed applications that span the globe. Any developer with a paid Workers plan can enroll in the Open Beta and start building today!...
October 24, 2022 1:00 PM
And here's another one: the Next.js Edge Runtime becomes the fourth full-stack framework supported by Cloudflare Pages
You can now deploy SSR Next.js applications to the Cloudflare Pages platform ⚡️...
October 20, 2022 1:00 PM
Cloudflare Workers and micro-frontends: made for one another
In this blog-post we demonstrate how hosting and combining multiple server-side rendered micro-frontends on Cloudflare Workers offer a highly scalable, high performance solution to these problems...
September 30, 2022 1:00 PM
Don't roll your own high cardinality analytics, use Workers Analytics Engine
Join our open beta and start collecting telemetry about anything using Cloudflare Workers today!...
September 27, 2022 1:05 PM
Leading venture capital firms to provide up to $1.25 BILLION to back startups built on Cloudflare Workers
Building and scaling a startup is hard work. Apply to the $1.25BN Workers Launchpad funding program for an opportunity to pitch leading VCs and other perks...
September 27, 2022 1:01 PM
Introducing workerd: the Open Source Workers runtime
workerd is the JavaScript/Wasm runtime code that powers Cloudflare Workers, now open source under the Apache 2.0 license...
September 27, 2022 1:00 PM
Cloudflare Queues: globally distributed queues without the egress fees
Cloudflare Queues is a message queuing service that allows applications to reliably send and receive messages using Cloudflare Workers...
September 27, 2022 1:00 PM
Build your next startup on Cloudflare with our comprehensive Startup Plan, v2.0
The Startup Plan now has an expanded product basket and broader eligibility criteria, which means more startups now qualify for the program....
September 27, 2022 1:00 PM
D1: our quest to simplify databases
Get an inside look on the D1 experience today, what the team is currently working on and what’s coming up! ...
September 21, 2022 1:45 PM
Going originless with Cloudflare Workers – Building a Todo app – Part 1: The API
Custom Domains are now in Generally Available! Today we go through Part 1 in a series on building completely serverless applications on Cloudflare’s Developer Platform...
September 21, 2022 1:30 PM
The easiest way to build a modern SaaS application
With Workers for Platforms, your customers can build custom logic to meet their needs right into your application. We’re excited to announce that Workers for Platforms is now in GA for all Enterprise customers...
September 21, 2022 1:00 PM
R2 is now Generally Available
R2 is now generally available!! R2 gives developers object storage minus the egress fees...
August 05, 2022 3:45 PM
Building a scheduling system with Workers and Durable Objects
In this post we're going to show you how to build a scalable service that will schedule HTTP requests on a specific schedule or as one-off at a specific time ...
August 01, 2022 2:12 PM
Running Zig with WASI on Cloudflare Workers
After the recent announcement regarding WASI support in Workers I decided to see what it would take to get code written in Zig to run as a Worker, and it turned out to be pretty trivial. This post documents the process I followed...