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

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

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

2 个仓库

Awesome GitHub RepositoriesRequest Contexts

Centralized containers for request and response data to simplify state management.

Distinguishing note: Focuses on state encapsulation rather than general architectural patterns.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Request Contexts. Refine with filters or upvote what's useful.

Awesome Request Contexts 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

    Provides a centralized container for request and response data to simplify state management and data access across handlers.

    Goechogohttp2
    在 GitHub 上查看↗32,451
  • sidekiq/sidekiqsidekiq 的头像

    sidekiq/sidekiq

    13,540在 GitHub 上查看↗

    Sidekiq is a background job processor and queue manager for Ruby that uses Redis to manage asynchronous tasks. It functions as a distributed task scheduler capable of handling periodic, delayed, and recurring jobs across a cluster of worker processes. The project features a job monitoring dashboard and administrative web interface for visualizing system state, tracking worker performance, and managing failed or dead jobs. It provides a distributed rate limiter to control execution frequency across multiple processes. The framework covers a broad range of operational capabilities, including j

    Serializes request-specific attributes so background jobs maintain access to the original HTTP request context.

    Rubybackground-jobsjobsruby
    在 GitHub 上查看↗13,540
  1. Home
  2. Software Engineering & Architecture
  3. Request Contexts