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.50.0+, @cloudflare/workers-types@4.20251125.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

Related skills

More from secondsky/claude-skills

Installs
20
GitHub Stars
143
First Seen
14 days ago