Edge computing built on global delivery infrastructure
CDN77 Edge Computing enables custom request logic across CDN77’s global edge network.
Make real-time decisions on every request at the edge
CDN77 Edge Computing executes this logic directly within the edge network, before requests reach origin systems or caching layers. This improves cache efficiency, reduces origin load, and keeps backend systems simple.
Control how every request is processed at the edge
Request inspection & transformation
Process and modify requests at the edge using headers, paths, query parameters, and client signals.
Authentication & routing
Validate access and route requests before traffic reaches origin infrastructure.
Cache key normalization
Normalize requests and control cache behavior before caching decisions are made.
Reduced infrastructure overhead
Execute complex delivery workflows at the edge without adding proxy layers or backend logic.
Edge logic integrated with global delivery infrastructure
CDN77 Edge Computing runs directly on CDN77’s globally distributed network. Plugins are developed using a Rust-based SDK and compiled into WebAssembly modules. They execute inline within the HTTP request lifecycle on edge servers, allowing request processing to happen as part of content delivery.
KV storage for edge logic
let user = ctx.request_cookies().get("user")?;
let provided = ctx.request_query()?.as_str();
let expected = kv.namespace("token")?.get(user)?;
if provided != &expected {
ctx.send_default_response(StatusCode::FORBIDDEN);
}Global Infrastructure
- 200 PoPs
across 130 countries
- 290 Tbps
global network capacity
- 80 Tbps
daily traffic peak
- 37 Tbps
private backbone capacity
Reliable execution by design
Built for enterprise edge workflows
- Validate access and enforce policies at the edge
- Normalize cache keys for large-scale content delivery
- Route and process API requests in real time
Deploy edge computing with CDN77
Edge Computing deployments are designed and implemented in collaboration with CDN77’s engineering team, based on your delivery and infrastructure requirements. Let’s discuss your use case and how to implement it at the edge.