Edge compute
Run code at the CDN edge, milliseconds from the user.
Origin
Cloudflare Workers launched 2017; AWS Lambda@Edge 2017; Vercel Edge Functions 2021. V8 isolates (not containers) made cold-start microseconds-scale, which made the model practical.
Where it shows up in production
- Cloudflare Workers JS / Rust at 300+ PoPs. Used for routing, A/B testing, geo-personalisation.
- Vercel Edge Functions Next.js middleware runs on every request, microseconds from the user.
- Fastly Compute@Edge WebAssembly-based; deeper customisation than VCL allowed.
On Semicolony
Sources & further reading
Found this useful?