awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Middleware Frameworks · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesMiddleware Frameworks

Architectural components that allow for the interception and modification of request-response lifecycles.

Distinguishing note: Focuses on the pipeline architecture for request processing, distinct from general architectural patterns.

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

  1. Home
  2. Software Engineering & Architecture
  3. Middleware Frameworks

Awesome Middleware Frameworks GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • openai/openai-python

    openai/openai-python

    30,025View on GitHub↗

    The OpenAI Python library is a generative AI client library designed to simplify communication with large language model services. It functions as a language-specific software development kit that maps local code calls to remote service endpoints, enabling the integration of text generation, data analysis, and reasoning tasks into software applications. The library acts as a structured abstraction layer that manages the complexities of network-based service interactions, including authentication, connection pooling, and header management. It distinguishes itself through built-in request orche

    Allows developers to inject custom logic into the request-response lifecycle for logging, debugging, or modifying payloads before transmission.

    Pythonopenaipython
    30,025View on GitHub↗
  • Redocly/redoc

    Redocly/redoc

    25,507View on GitHub↗

    Redoc is an API documentation generator that transforms standard API specification files into interactive, responsive, and highly customizable web-based documentation interfaces. It provides a three-panel layout that includes synchronized navigation, code samples, and search functionality, allowing developers to explore endpoints and schemas directly within a browser-based environment. Beyond rendering, the project functions as an API governance toolkit that enforces structural standards and quality rules across API definitions. It includes a suite of processing utilities for bundling, splitt

    Applies programmatic filters and decorators to API definitions during the build process.

    TypeScriptapi-documentationdocumentation-generatordocumentation-tool
    25,507View on GitHub↗