cloudflare-durable-objects
Installation
SKILL.md
Cloudflare Durable Objects
Durable Objects combine compute with strongly consistent, transactional storage. Each object has a globally-unique name, enabling coordination across clients worldwide.
Quick Start
Durable Object Class
// src/counter.ts
import { DurableObject } from "cloudflare:workers";