TrustRadius: an HG Insights company

What is Cloudflare Durable Objects?

Cloudflare Durable Objects is a specialized compute service within the Cloudflare Workers ecosystem designed to provide a consistent, single-instance state for distributed applications. While standard serverless functions are inherently stateless and execute in multiple parallel locations, Durable Objects allow for the creation of a single, authoritative instance of a piece of code that maintains its own private storage and coordinates all incoming requests globally.

Categories & Use Cases