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

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

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

2 个仓库

Awesome GitHub RepositoriesGo-Micro Framework Implementations

Implementations using the Go-Micro framework for creating, configuring, and connecting microservices with event-driven communication.

Distinct from Go Microservices Architectures: Distinct from Go Microservices Architectures: focuses specifically on the Go-Micro framework implementation, not general architectural patterns.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Go-Micro Framework Implementations. Refine with filters or upvote what's useful.

Awesome Go-Micro Framework Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rubyhan1314/golang-100-daysrubyhan1314 的头像

    rubyhan1314/Golang-100-Days

    6,026在 GitHub 上查看↗

    Golang-100-Days is a structured, daily lesson curriculum for learning the Go programming language from the ground up, progressing into practical microservice and web application development. The project is built around a code-example-driven approach, where each day introduces new concepts through runnable Go snippets and complete project examples rather than abstract theory, covering Go fundamentals such as syntax, data types, control flow, functions, and packages. The curriculum differentiates itself by grouping lessons around specific Go frameworks and distributed system patterns. It includ

    Creating, configuring, and connecting microservices using the Go-Micro framework with event-driven communication.

    Smarty
    在 GitHub 上查看↗6,026
  • dropbox/godropboxdropbox 的头像

    dropbox/godropbox

    4,205在 GitHub 上查看↗

    godropbox 是一个后端开发框架和服务蓝图,用于在 Go 中构建一致的服务器应用程序和微服务。它提供了一系列共享库和模式,以标准化多个项目间的开发流程。 该项目包括一个依赖注入库,通过基于接口的服务契约将业务逻辑与实现解耦。它还提供了一套用于将 Go 应用程序编译并部署为 Linux 上自包含静态二进制文件的工具。 该框架涵盖了企业应用工具,包括用于日志记录、配置和错误处理的共享原语。它进一步支持微服务架构和 Linux 服务编排,以确保互联服务间的一致行为。

    Provides a comprehensive framework and blueprint for building consistent Go server applications and microservices.

    Go
    在 GitHub 上查看↗4,205
  1. Home
  2. Software Engineering & Architecture
  3. Go Microservices Architectures
  4. Go-Micro Framework Implementations

探索子标签

  • Backend FrameworksGeneral-purpose frameworks for structuring server-side application logic and microservices. **Distinct from Go-Micro Framework Implementations:** Focuses on general backend application structure rather than the specific Go-Micro framework implementation