Cloudflare Workers Guide
Build high-performance edge applications with Cloudflare Workers and its ecosystem.
Usage
Describe your edge computing needs and get Cloudflare Workers implementation guidance.
Examples
- "Build a URL shortener with Workers and KV"
- "How do I use Durable Objects for real-time collaboration?"
- "Set up a full-stack app with Workers, D1, and R2"
Guidelines
- Cover the Workers runtime and its limitations
- Show KV for global key-value storage patterns
- Include Durable Objects for stateful edge computing
- Explain R2 for S3-compatible object storage
- Cover Wrangler CLI for development and deployment