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

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

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

5 个仓库

Awesome GitHub RepositoriesClient Library Generators

Tools that automate the creation of client-side SDKs from API specifications.

Distinguishing note: Focuses on client-side code generation rather than general library management.

Explore 5 awesome GitHub repositories matching web development · Client Library Generators. Refine with filters or upvote what's useful.

Awesome Client Library Generators GitHub Repositories

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

    OpenAPITools/openapi-generator

    26,412在 GitHub 上查看↗

    This project is a command-line tool and template-based scaffolding engine that transforms API interface specifications into functional client libraries and server stubs. By automating the creation of type-safe SDKs and boilerplate code, it bridges the gap between service definitions and implementation, allowing developers to maintain synchronized codebases across many programming languages. The tool distinguishes itself through a portable execution model that utilizes containerized build isolation to ensure identical output regardless of the host environment. It features a modular, plugin-bas

    Creates client code from interface specifications by running command-line tools to simplify integration with external services.

    Javaapiapi-clientapi-server
    在 GitHub 上查看↗26,412
  • swagger-api/swagger-codegenswagger-api 的头像

    swagger-api/swagger-codegen

    17,760在 GitHub 上查看↗

    Swagger Codegen is a template-driven engine and multi-language toolkit used to generate API client SDKs, server stubs, and human-readable documentation from OpenAPI specifications. It translates these specifications into functional libraries and boilerplate routing code across various target programming languages. The tool utilizes a pluggable generator module system and an integrated template engine, allowing for the customization of generated source code and the creation of new language-specific generators. It supports flexible specification sourcing via local files, remote HTTP endpoints,

    Provides a toolkit for automating the creation of language-specific client SDKs from OpenAPI specifications.

    Mustacheopen-sourceopenapi-specificationopenapi3
    在 GitHub 上查看↗17,760
  • chocobozzz/peertubeChocobozzz 的头像

    Chocobozzz/PeerTube

    14,520在 GitHub 上查看↗

    PeerTube is a decentralized, open-source video hosting platform that enables users to operate independent, interoperable servers. By utilizing the ActivityPub protocol, it connects these servers into a global, federated network where users can follow channels, discover content, and interact across different instances. The platform is designed to function as a self-hosted video content management system, providing a community-driven alternative to centralized media services. What distinguishes PeerTube is its hybrid approach to content delivery and infrastructure management. It integrates peer

    Automates the creation of client-side SDKs from API specifications to simplify integration with programmatic services.

    TypeScriptactivitypubangulardecentralized
    在 GitHub 上查看↗14,520
  • goadesign/goagoadesign 的头像

    goadesign/goa

    6,084在 GitHub 上查看↗

    Goa is a design-first Go framework that generates server and client code, documentation, and request validation from a single declarative domain-specific language (DSL). At its core, it provides a Go DSL for defining API endpoints, data types, and error models, which compiles into fully functional HTTP and gRPC server stubs, client packages, and OpenAPI specifications. The framework distinguishes itself through its plugin-extensible code generation pipeline, allowing custom code generation steps, middleware, or transport layers to be added via plugins. It supports multiple transport protocols

    Generates ready-to-use client libraries from the same API design definition used for server code.

    Go
    在 GitHub 上查看↗6,084
  • primus/primusprimus 的头像

    primus/primus

    4,473在 GitHub 上查看↗

    Primus is a real-time communication abstraction layer and middleware framework. It provides a standardized interface for messaging that allows developers to switch between different transport engines without rewriting application logic, while also serving as a wrapper for managing socket lifecycles. The project distinguishes itself by functioning as a real-time client library generator, producing compatible client-side code based on server configurations. It further organizes data flow through virtual stream multiplexing and the ability to group connections into named communication rooms for

    Automates the creation of compatible client-side libraries based on the server's current configuration.

    JavaScriptbrowserchannelframeworkhttp
    在 GitHub 上查看↗4,473
  1. Home
  2. Web Development
  3. Client Library Generators