Edge Functions
Edge Functions are small pieces of server-side code deployed to a distributed network of edge locations close to users, executing with lower latency than functions run from a single centralized data center.
5 resources across 2 libraries
Glossary Terms(4)
Web Assembly (WASM)
WebAssembly (WASM) is a low-level, binary instruction format that runs in the browser at near-native speed, letting languages like C, C++, Rust, and Go execute…
Server Actions
Server Actions are asynchronous functions that run exclusively on the server but can be called directly from client-side components, letting frameworks like Ne…
Edge Functions
Edge Functions are small pieces of server-side code deployed to a distributed network of edge locations close to users, executing with lower latency than funct…
Middleware (web)
In web development, middleware is code that runs between an incoming request and the final route handler, commonly used for tasks like authentication, logging,…