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

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

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

2 个仓库

Awesome GitHub RepositoriesSymmetric Code Generators

Generates both client and server code from the same specification to ensure request/response handling consistency.

Distinct from Client-Server Architecture: Distinct from general Client-Server Architecture: focuses on generating both sides from a single spec, not the communication pattern itself.

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

Awesome Symmetric Code Generators GitHub Repositories

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

    go-swagger/go-swagger

    9,989在 GitHub 上查看↗

    go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command

    Generates both client and server code from the same specification, ensuring request/response handling consistency.

    Goapicode-generatorgo
    在 GitHub 上查看↗9,989
  • 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

    Produces fully functional HTTP and gRPC server stubs and client packages from a single API design file.

    Go
    在 GitHub 上查看↗6,084
  1. Home
  2. Software Engineering & Architecture
  3. Client-Server Architecture
  4. Symmetric Code Generators

探索子标签

  • Multi-Transport Code GeneratorsGenerators that produce both server and client code for multiple transport protocols from a single specification. **Distinct from Symmetric Code Generators:** Distinct from Symmetric Code Generators: adds multi-protocol transport support (HTTP, gRPC, WebSocket) to symmetric generation.