Cloudflare Workers: An Overview
Learn about Cloudflare Workers as a serverless platform for deploying code at the edge, closer to users.
Meet Cloudflare Workers
Cloudflare Workers is a serverless platform that runs your code on Cloudflare's global network — incredibly close to your users, wherever they are.
Serverless, but Closer
Like AWS Lambda, Workers are serverless — you write code, Cloudflare runs it with no servers to manage. The twist: it executes at the edge, near every user.
All lessons in this course
- What is Edge Computing?
- Cloudflare Workers: An Overview
- Deno: A Runtime for the Edge
- Edge vs Cloud vs CDN