2 repositorios
Redirecting requests for large static assets to external content delivery networks to save bandwidth.
Distinct from Resource Request Optimization: Candidates focus on pod resource requests or game asset loading, not bandwidth optimization via CDN redirection.
Explore 2 awesome GitHub repositories matching devops & infrastructure · CDN Offloading. Refine with filters or upvote what's useful.
jsproxy is a web traffic proxy designed to route requests through a ServiceWorker to bypass network restrictions while minimizing server-side processing overhead. It focuses on browser API virtualization, rewriting URL-related functions and properties so that proxied pages behave as if they are running on their original domains. The project utilizes a decoupled architecture that separates the static user interface from the data forwarding backend, allowing for deployment across multiple providers. It includes weight-based load balancing to distribute traffic across multiple proxy nodes and im
Redirects requests for large static assets to local CDNs to reduce proxy server bandwidth costs.
Dragonfly is a peer-to-peer file distribution system designed to accelerate large-scale file and container image delivery across clusters. It splits files into small pieces that peers exchange independently, enabling parallel downloads from multiple sources while a central scheduler assigns parent peers based on real-time load metrics. The system integrates with existing tools through an HTTP proxy interface and uses gRPC for internal communication between peers and the scheduler. The system distinguishes itself through automatic integrity verification at the piece level, ensuring every downl
Reducing load on origin servers by caching downloaded files on passive CDN nodes and serving them to peers.