awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCDN Offloading

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.

Awesome CDN Offloading GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • etherdream/jsproxyAvatar von EtherDream

    EtherDream/jsproxy

    9,339Auf GitHub ansehen↗

    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.

    Shell
    Auf GitHub ansehen↗9,339
  • dragonflyoss/dragonfly-archivedAvatar von dragonflyoss

    dragonflyoss/dragonfly-archived

    5,937Auf GitHub ansehen↗

    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.

    Gocloud-nativecncfdocker-image
    Auf GitHub ansehen↗5,937
  1. Home
  2. DevOps & Infrastructure
  3. CDN Offloading