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

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

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

1 个仓库

Awesome GitHub RepositoriesServer Traffic Adapters

Adapters that translate raw network traffic or server-specific requests into a standardized internal format.

Distinct from Integration Adapters: Specifically handles the ingress translation of raw traffic into request maps, unlike general library integration adapters.

Explore 1 awesome GitHub repository matching software engineering & architecture · Server Traffic Adapters. Refine with filters or upvote what's useful.

Awesome Server Traffic Adapters GitHub Repositories

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

    ring-clojure/ring

    3,880在 GitHub 上查看↗

    Ring is a Clojure HTTP web library that represents requests and responses as immutable data structures. It provides a functional framework for web development, treating HTTP traffic as standardized maps to decouple application logic from specific server implementations. The project features a middleware framework for composing reusable functional layers to handle cross-cutting concerns such as authentication and logging. It includes a server adapter system that translates raw traffic into request maps, as well as a dedicated integration layer for upgrading standard HTTP connections to bidirec

    Translates raw socket traffic and servlet requests into standardized maps for consumption by application handlers.

    Clojure
    在 GitHub 上查看↗3,880
  1. Home
  2. Software Engineering & Architecture
  3. Integration Adapters
  4. Server Traffic Adapters