Cloudflare Worker Example
This example demonstrates a complete Cloudflare Worker application with multiple advanced features including Durable Objects, Workflows, Service Bindings (RPC), R2 Buckets, Queues, and AI Search.Features
- Worker: Main HTTP handler with multiple bindings
- Durable Objects: Stateful objects with SQLite storage
- Workflows: OFAC workflow processing
- RPC Worker: Service-to-service communication
- R2 Bucket: Object storage
- Queue: Message queue for async processing
- AI Search: Vector search on R2 bucket contents