Category · Infrastructure
Edge computing
Running code close to the user (a CDN extension).
Vercel Edge Functions, Cloudflare Workers, AWS Lambda@Edge. Under 50ms latency anywhere in the world. Limits: restricted runtime (V8 isolate, not full Node), stateless. Good fit for routing, personalization, auth, rewrites.
// In action with our clients
// See also
