awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 dépôts

Awesome GitHub RepositoriesFrameworks full-stack

Frameworks pour construire des interfaces full-stack réactives.

Explore 16 awesome GitHub repositories matching part of an awesome list · Frameworks full-stack. Refine with filters or upvote what's useful.

Awesome Frameworks full-stack GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gin-gonic/ginAvatar de gin-gonic

    gin-gonic/gin

    88,694Voir sur 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

    High-performance HTTP framework with a familiar API.

    Goframeworkgingo
    Voir sur GitHub↗88,694
  • gofiber/fiberAvatar de gofiber

    gofiber/fiber

    39,849Voir sur GitHub↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    Express-inspired framework optimized for performance.

    Goexpressexpressjsfast
    Voir sur GitHub↗39,849
  • beego/beegoAvatar de beego

    beego/beego

    32,398Voir sur 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

    Full-featured, high-performance framework for web development.

    Gobeegogo
    Voir sur GitHub↗32,398
  • revel/revelAvatar de revel

    revel/revel

    13,224Voir sur GitHub↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Full-stack framework focused on high developer productivity.

    Go
    Voir sur GitHub↗13,224
  • gogf/gfAvatar de gogf

    gogf/gf

    13,190Voir sur GitHub↗

    GF is a comprehensive Go application toolkit and web framework. It provides a set of libraries and tools for building scalable web applications, APIs, and enterprise-level software. The project features a driver-agnostic SQL database toolkit with a query builder and object mapper, alongside a dedicated framework for creating structured command line interfaces. It includes a project scaffolding tool to bootstrap application structures and automate development workflows. The toolkit covers several broader capability areas, including concurrent data management with thread-safe collections, cryp

    Powerful modular framework for efficient project development.

    Goframeworkgogo-framework
    Voir sur GitHub↗13,190
  • go-martini/martiniAvatar de go-martini

    go-martini/martini

    11,603Voir sur 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

    Classy web framework for modular application design.

    Go
    Voir sur GitHub↗11,603
  • gobuffalo/buffaloAvatar de gobuffalo

    gobuffalo/buffalo

    8,392Voir sur GitHub↗

    Buffalo est un framework web MVC complet et une chaîne d'outils full-stack pour construire des applications web en Go. Il fournit un environnement de développement structuré qui sépare les modèles, les vues et les contrôleurs, intégrant un framework web avec un wrapper d'ORM (Object-Relational Mapper) dédié pour la gestion des schémas de base de données et des enregistrements. Le projet se distingue par un ensemble d'utilitaires de développement pour amorcer les structures de projet, gérer les actifs et construire des conteneurs prêts pour la production. Il dispose d'un système de routage sophistiqué qui prend en charge la génération de ressources RESTful basée sur des conventions, l'hébergement virtuel basé sur le domaine et la création d'helpers de route pour un liage interne cohérent. Le framework couvre un large éventail de capacités web fondamentales, notamment les pipelines de requêtes basés sur des middlewares, le rendu de modèles dynamiques et la gestion d'état limitée à la requête. Il inclut également une prise en charge intégrée du traitement des tâches en arrière-plan, de la gestion des sessions, de l'envoi d'e-mails et de l'arrêt gracieux du serveur.

    Rapid development ecosystem for building web applications.

    Go
    Voir sur GitHub↗8,392
  • reactive-python/reactpyAvatar de reactive-python

    reactive-python/reactpy

    8,138Voir sur GitHub↗

    Reactpy is a Python web component framework and server-side UI library used to build interactive web interfaces. It allows for the creation of structured web layouts and visual logic within Python, removing the requirement to write client-side JavaScript. The framework utilizes a component-based model with reactive state management, where the user interface automatically updates in response to changes in the underlying Python state. It employs a virtual-DOM diffing process and WebSocket-based syncing to push real-time updates from the server to the browser. The system functions as an integra

    React-like component development in Python.

    Python
    Voir sur GitHub↗8,138
  • ponzu-cms/ponzuAvatar de ponzu-cms

    ponzu-cms/ponzu

    5,757Voir sur GitHub↗

    Ponzu is a content management framework written in Go that functions as a headless CMS with a built-in JSON API and an automatically generated admin dashboard. It is designed to be compiled into a single binary, serving both the content API and the administrative interface from a single HTTP server. The framework distinguishes itself through automatic HTTPS certificate management via Let's Encrypt, enabling secure HTTP/2 delivery out of the box. It provides compile-time content scaffolding, allowing developers to define custom content types from the command line and generate the corresponding

    Headless CMS with an integrated server framework.

    Goapiclicms
    Voir sur GitHub↗5,757
  • atri-labs/atrilabs-engineAvatar de Atri-Labs

    Atri-Labs/atrilabs-engine

    4,071Voir sur GitHub↗

    This project is a full-stack development framework and no-code web app builder designed to automate the creation of network interfaces and API documentation. It serves as a system for building full-stack web applications by connecting a visual frontend editor to server-side logic. The platform functions as a polyglot backend integrator and orchestrator, using a unified communication layer to connect frontend components to server-side logic written in multiple different programming languages. It employs a shared object model to maintain synchronization between the client and server, automatica

    Automatically aligns network interfaces and API documentation between client and server using a shared object model.

    JavaScriptfastapijavascriptpython3
    Voir sur GitHub↗4,071
  • go-macaron/macaronAvatar de go-macaron

    go-macaron/macaron

    3,545Voir sur GitHub↗

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

    Productive and modular framework for web applications.

    Go
    Voir sur GitHub↗3,545
  • edelvalle/reactorAvatar de edelvalle

    edelvalle/reactor

    639Voir sur GitHub↗

    Phoenix LiveView but for Django

    Phoenix LiveView-style reactive components for Django.

    Python
    Voir sur GitHub↗639
  • kaedroho/django-bridgeAvatar de kaedroho

    kaedroho/django-bridge

    274Voir sur GitHub↗

    Build fast, user-friendly applications with Django and React or Vue

    Bridge for building React frontends with Django.

    TypeScript
    Voir sur GitHub↗274
  • django-liveview/liveviewAvatar de Django-LiveView

    Django-LiveView/liveview

    244Voir sur GitHub↗

    Django LiveView: Framework for creating Realtime SPAs using HTML over the Wire technology

    Dynamic, reactive interfaces using server-side templates.

    JavaScript
    Voir sur GitHub↗244
  • gocopper/copperG

    gocopper/copper

    0Voir sur GitHub↗

    Toolkit providing essential components for web app development.

    Voir sur GitHub↗0
  • i-love-flamingo/flamingoI

    i-love-flamingo/flamingo

    0Voir sur GitHub↗

    Framework for building modular and pluggable applications.

    Voir sur GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Full-stack Frameworks

Explorer les sous-tags

  • Model-Driven Network SynchronizationsFrameworks that use shared models to automatically synchronize API contracts and interfaces across the stack. **Distinct from Full-stack Frameworks:** Specifically targets the synchronization of network contracts, not just general reactive interfaces.