awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
go-macaron avatar

go-macaron/macaron

0
View on GitHub↗
3,545 Stars·286 Forks·Go·Apache-2.0·3 Aufrufego-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.
  • Full-Stack-Frameworks - Productive and modular framework for web applications.
  • Web Frameworks - Modular web framework with high productivity.

Star-Verlauf

Star-Verlauf für go-macaron/macaronStar-Verlauf für go-macaron/macaron

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Macaron

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Macaron.
  • go-martini/martiniAvatar von go-martini

    go-martini/martini

    11,603Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,603
  • gin-gonic/ginAvatar von gin-gonic

    gin-gonic/gin

    88,694Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗88,694
  • astaxie/beegoA

    astaxie/beego

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • beego/beegoAvatar von beego

    beego/beego

    32,398Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗32,398
Alle 30 Alternativen zu Macaron anzeigen→

Häufig gestellte Fragen

Was macht go-macaron/macaron?

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

Was sind die Hauptfunktionen von go-macaron/macaron?

Die Hauptfunktionen von go-macaron/macaron sind: Web Servers and Frameworks, Full-Stack-Frameworks, Web Frameworks.

Welche Open-Source-Alternativen gibt es zu go-macaron/macaron?

Open-Source-Alternativen zu go-macaron/macaron sind unter anderem: 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.…