rigami.
Glossary
/// Definition

Edge runtime

Edge runtimes run code on globally distributed CDN nodes close to the user.

In depth

Edge runtimes like Vercel Edge Functions, Cloudflare Workers and Fastly Compute@Edge execute JavaScript/WASM at CDN nodes. They cut latency but restrict Node.js APIs — designed for streaming, middleware and personalisation.

Related terms