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

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

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

go-macaron/macaron

0
View on GitHub↗
3,545 星标·286 分支·Go·Apache-2.0·3 次浏览go-macaron.com↗

Macaron

Package macaron is a high productive and modular web framework in Go.

Features

  • Web Servers and Frameworks - A modular web framework with high productivity.
  • 全栈框架 - Productive and modular framework for web applications.
  • Web Frameworks - Modular web framework with high productivity.

Star 历史

go-macaron/macaron 的 Star 历史图表go-macaron/macaron 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Macaron 的开源替代方案

相似的开源项目,按与 Macaron 的功能重合度排序。
  • go-martini/martinigo-martini 的头像

    go-martini/martini

    11,603在 GitHub 上查看↗

    Martini is a web framework for the Go programming language that provides a toolkit for building web applications. It functions as a routing engine and an HTTP middleware pipeline to map network requests to specific handler functions. The framework is distinguished by its dependency injection system, which automatically resolves and provides requested service types as arguments to handler functions. This allows for the decoupling of business logic from infrastructure by matching requested types against a registry of available services. The project covers a broad range of web capabilities, inc

    Go
    在 GitHub 上查看↗11,603
  • gin-gonic/gingin-gonic 的头像

    gin-gonic/gin

    88,694在 GitHub 上查看↗

    Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework utilizes a radix tree data structure to perform request routing, ensuring high-speed path matching with minimal memory overhead. It distinguishes itself by employing a zero-reflection dispatch mechanism that invokes handler functions through static type assertions, avoiding the

    Goframeworkgingo
    在 GitHub 上查看↗88,694
  • astaxie/beegoA

    astaxie/beego

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • beego/beegobeego 的头像

    beego/beego

    32,398在 GitHub 上查看↗

    Beego is a high-performance toolkit for building web applications and RESTful APIs using the Go programming language. It is structured as an MVC web framework that separates data models, views, and controllers to organize application logic. The project provides a comprehensive suite of integrated tools, including an object-relational mapper for translating code objects into database tables and a session manager for maintaining user identity and state across server requests. It also includes an internationalization framework for managing multilingual content and translating text based on user

    Gobeegogo
    在 GitHub 上查看↗32,398
查看 Macaron 的所有 30 个替代方案→

常见问题解答

go-macaron/macaron 是做什么的?

Package macaron is a high productive and modular web framework in Go.

go-macaron/macaron 的主要功能有哪些?

go-macaron/macaron 的主要功能包括:Web Servers and Frameworks, 全栈框架, Web Frameworks。

go-macaron/macaron 有哪些开源替代品?

go-macaron/macaron 的开源替代品包括: go-martini/martini — Martini is a web framework for the Go programming language that provides a toolkit for building web applications. It… gin-gonic/gin — Gin is a web framework designed for building high-performance web services and APIs. It functions as a… gobuffalo/buffalo — Buffalo is a comprehensive MVC web framework and full-stack toolchain for building web applications in Go. It provides… beego/beego — Beego is a high-performance toolkit for building web applications and RESTful APIs using the Go programming language.… astaxie/beego. gofiber/fiber — Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead.…