Edge Runtime
An edge runtime is a lightweight JavaScript (or WebAssembly) execution environment designed to run application code on servers geographically distributed close to end users, rather than in a single centralized data center. js APIs.
7 resources across 1 library
Glossary Terms(7)
Remix (framework)
Remix is an open-source, full-stack React web framework built around web standards — nested routing, server-side rendering, and native HTML forms for data muta…
Edge Runtime
An edge runtime is a lightweight JavaScript (or WebAssembly) execution environment designed to run application code on servers geographically distributed close…
Streaming SSR
Streaming server-side rendering (streaming SSR) sends HTML to the browser incrementally as it is generated on the server, rather than waiting for the entire pa…
Speculation Rules API
The Speculation Rules API is a browser API that lets developers declare rules for prerendering or prefetching pages a user is likely to navigate to next, using…
Serverless Computing
Serverless computing is a cloud execution model in which the cloud provider dynamically allocates and manages the underlying servers, automatically scaling res…
Function as a Service
Function as a Service (FaaS) is a cloud computing model in which developers deploy individual, event-triggered functions rather than whole applications or serv…
Platform as a Service
Platform as a Service (PaaS) is a cloud computing model that provides a managed application runtime — including the operating system, language runtime, scaling…