MORE POSTS
September 28, 2023 1:00 PM
A Socket API that works across JavaScript runtimes — announcing a WinterCG spec and Node.js implementation of connect()
Engineers from Cloudflare and Vercel have published a specification of the connect() sockets API for review by the community, along with a Node.js compatible implementation of connect() that developers can start using today...
September 28, 2023 1:00 PM
Cloudflare Integrations Marketplace introduces three new partners: Sentry, Momento and Turso
Earlier this year, we introduced integrations with Supabase, PlanetScale, Neon and Upstash. Today, we are thrilled to introduce our newest additions to Cloudflare’s Integrations Marketplace – Sentry, Turso and Momento...
September 28, 2023 1:00 PM
New Workers pricing — never pay to wait on I/O again
Announcing new pricing for Cloudflare Workers, where you are billed based on CPU time, and never for the idle time that your Worker spends waiting on network requests and other I/O....
September 27, 2023 1:00 PM
You can now use WebGPU in Cloudflare Workers
Today, we are introducing WebGPU support to Cloudflare Workers. This blog will explain why it's important, why we did it, how you can use it, and what comes next...
September 27, 2023 1:00 PM
Workers AI: serverless GPU-powered inference on Cloudflare’s global network
We are excited to launch Workers AI - an AI inference as a service platform, empowering developers to run AI models with just a few lines of code, all powered by our global network of GPUs...
September 27, 2023 1:00 PM
Writing poems using LLama 2 on Workers AI
Matthew and Michelle, co-founders of Cloudflare, published their annual founders’ letter today. The letter ends with a poem written by an AI running using Workers AI on Cloudflare’s global network.
Here’s the code that wrote the poem...
September 27, 2023 1:00 PM
Vectorize: a vector database for shipping AI-powered applications to production, fast
Vectorize is our brand-new vector database offering, designed to let you build full-stack, AI-powered applications entirely on Cloudflare’s global network: and you can start building with it right away...
September 27, 2023 1:00 PM
What AI companies are building with Cloudflare
What AI applications can you build with Cloudflare? Instead of us telling you we reached out to a small handful of the numerous AI companies using Cloudflare to learn a bit about what they’re building and how Cloudflare is helping them on their journey...
September 20, 2023 1:00 PM
How Waiting Room makes queueing decisions on Cloudflare's highly distributed network
We want to give you a behind the scenes look at how we have evolved the core mechanism of our product–namely, exactly how it kicks in to queue traffic in response to spikes...
September 01, 2023 1:00 PM
Improving Worker Tail scalability
We’re excited to announce improvements to Workers Tail that means it can now be enabled for Workers at any size and scale...
August 14, 2023 1:00 PM
Wasm core dumps and debugging Rust in Cloudflare Workers
Debugging Rust and Wasm with Cloudflare Workers involves a lot of the good old time-consuming and nerve-wracking printf'ing strategy. What if there’s a better way? This blog is about enabling and using Wasm core dumps and how you can easily debug Rust in Cloudflare Workers...
August 11, 2023 1:01 PM
Debug Queues from the dash: send, list, and ack messages
Today, we are thrilled to share that customers can now debug their Queues directly from the Cloudflare dashboard. This new feature allows customers to send, list, and acknowledge messages in their Queues from the Cloudflare dashboard, enabling a more user-friendly way to interact...
August 02, 2023 1:05 PM
Hardening Workers KV
A deep dive into the recent incidents relating to Workers KV, and how we’re going to fix them...
August 02, 2023 1:00 PM
Cloudflare Workers database integration with Upstash
Announcing the new Upstash database integrations for Workers. Now it is easier to use Upstash Redis, Kafka and QStash inside your Worker ...