Back to Developer Roadmap

Durable Objects

src/data/roadmaps/cloudflare/content/[email protected]

4.0588 B
Original Source

Durable Objects

Cloudflare Durable Objects provide a strongly consistent, single-actor execution environment on Cloudflare's edge network. Unlike Workers, which are stateless, Durable Objects maintain state, enabling you to build applications that require coordination and data consistency across multiple requests and users. They are ideal for building collaborative applications, real-time games, and other stateful services.

Visit the following resources to learn more: