| Storage | Use Case | Consistency | Latency |
| KV | Config, flags, cached data | Eventually consistent | 10ms | | D1 | Relational data, transactions | Strong (single region) | 30-50ms | | R2 | Files, images, large objects | Strong | 50-100ms | | Durable Objects | Real-time state, WebSockets | Strong (per-object) | 50ms | | Queues | Async processing, batching | At-least-once | Async |
See references/hono.md for route organization and middleware patterns.
Build edge-first TypeScript applications on Cloudflare Workers. Covers Workers API, Hono framework, KV/D1/R2 storage, Durable Objects, Queues, and testing patterns. Use when creating serverless workers, edge functions, or Cloudflare-deployed services. Source: majesticlabs-dev/majestic-marketplace.