cloudflare-durable-objects

Installation
SKILL.md

Cloudflare Durable Objects

Status: Production Ready ✅ Last Updated: 2025-11-25 Dependencies: cloudflare-worker-base (recommended) Latest Versions: wrangler@4.81.0+, @cloudflare/workers-types@4.20260408.0+ Official Docs: https://developers.cloudflare.com/durable-objects/

Table of Contents

What are Durable Objects?Quick StartWhen to Load ReferencesClass StructureState APIWebSocket HibernationAlarmsRPC vs HTTPStubs & RoutingMigrationsCommon PatternsCritical RulesKnown Issues

What are Durable Objects?

Globally unique, stateful objects with single-point coordination, strong consistency (ACID), WebSocket Hibernation (thousands of connections), SQLite storage (1GB), and alarms API.

Use for: Chat rooms, multiplayer games, rate limiting, session management, leader election, stateful workflows

Quick Start (10 Minutes)

Option 1: Scaffold New DO Project

Installs
154
GitHub Stars
204
First Seen
Apr 29, 2026
cloudflare-durable-objects — secondsky/claude-skills