awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesHTTP/2 Server Push

Sends critical resources to the client alongside the initial response to accelerate page loading using modern protocol features.

Distinguishing note: Focuses on proactive resource delivery, distinct from standard request-response cycles.

Explore 5 awesome GitHub repositories matching web development · HTTP/2 Server Push. Refine with filters or upvote what's useful.

Awesome HTTP/2 Server Push GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • labstack/echolabstack 的头像

    labstack/echo

    32,451在 GitHub 上查看↗

    Echo is a high-performance, lightweight web framework for Go designed for building scalable RESTful APIs and web services. It provides a centralized environment for mapping network requests to handler functions, utilizing a fast radix-tree routing engine to ensure efficient request dispatching. The framework is built around a modular, middleware-centric pipeline that allows developers to execute reusable logic for cross-cutting concerns like authentication, logging, and security across the entire application. What distinguishes Echo is its focus on developer productivity through structured da

    Sends critical resources to the client alongside the initial response to accelerate page loading using modern protocol features.

    Goechogohttp2
    在 GitHub 上查看↗32,451
  • ponzu-cms/ponzuponzu-cms 的头像

    ponzu-cms/ponzu

    5,757在 GitHub 上查看↗

    Ponzu is a content management framework written in Go that functions as a headless CMS with a built-in JSON API and an automatically generated admin dashboard. It is designed to be compiled into a single binary, serving both the content API and the administrative interface from a single HTTP server. The framework distinguishes itself through automatic HTTPS certificate management via Let's Encrypt, enabling secure HTTP/2 delivery out of the box. It provides compile-time content scaffolding, allowing developers to define custom content types from the command line and generate the corresponding

    Pushes related resources to clients over HTTP/2 connections to reduce page load latency.

    Goapiclicms
    在 GitHub 上查看↗5,757
  • azat-co/practicalnodeazat-co 的头像

    azat-co/practicalnode

    3,787在 GitHub 上查看↗

    Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side programming with Node.js. It provides a structured approach to building scalable network services, REST APIs, and real-time applications using asynchronous JavaScript. The project serves as a detailed implementation guide for several core backend patterns, including MongoDB data modeling and the construction of REST API development kits. It emphasizes a specific workflow for Docker containerization and offers a variety of strategies for managing user identity through stateless tok

    Utilizes HTTP/2 Server Push to deliver critical assets to the browser proactively and reduce page load times.

    JavaScriptapressawsaws-ec2
    在 GitHub 上查看↗3,787
  • httpwg/http2-spechttpwg 的头像

    httpwg/http2-spec

    3,755在 GitHub 上查看↗

    This project provides the formal network protocol standards and technical specifications for HTTP/2. It defines the requirements for binary framing structures, the HPACK compression standard for header fields, and the general behaviors necessary to ensure consistent data exchange and interoperability between network clients and servers. The specification covers the mechanisms for binary frame multiplexing and the HPACK standard to reduce network bandwidth and latency. It details the rules for session establishment, including connection preface handshaking and protocol negotiation. The projec

    Implements the server-push mechanism to proactively send predicted resources to the client.

    Makefilehttp2ietf
    在 GitHub 上查看↗3,755
  • pallets/quartpallets 的头像

    pallets/quart

    3,599在 GitHub 上查看↗

    Quart is an asynchronous Python web framework that implements the ASGI specification. It is used to build high-performance HTTP and WebSocket services, JSON REST APIs, and web applications using async and await syntax for non-blocking request handling. The framework supports persistent bidirectional communication via WebSocket API servers and enables the proactive delivery of assets through HTTP server push. It also includes a template engine for rendering dynamic HTML web pages and supports incremental request and response streaming to manage large payloads. General capabilities cover reque

    Proactively sends critical resources to the client to accelerate page loading using HTTP/2 server push.

    Pythonasgiasyncioflask
    在 GitHub 上查看↗3,599
  1. Home
  2. Web Development
  3. HTTP/2 Server Push