Cloudflare Workers is a serverless computing platform that runs JavaScript/TypeScript at Cloudflare's 300+ global data centers (edges). Instead of routing requests to a centralized server (Lambda in one region = 100ms round trip), Workers intercept requests at the edge, respond instantly, and forward to origin servers when needed. Key concepts: