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
·

3 dépôts

Awesome GitHub RepositoriesBackend Framework Support

Platforms with support for server-side backend frameworks.

Distinguishing note: Focuses on backend application hosting.

Explore 3 awesome GitHub repositories matching web development · Backend Framework Support. Refine with filters or upvote what's useful.

Awesome Backend Framework Support 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.
  • dokploy/dokployAvatar de Dokploy

    Dokploy/dokploy

    34,901Voir sur GitHub↗

    Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup

    Supports the deployment and execution of backend-focused frameworks.

    TypeScriptbackendbackupsdatabases
    Voir sur GitHub↗34,901
  • plotly/dashAvatar de plotly

    plotly/dash

    24,262Voir sur GitHub↗

    Dash is a Python-based framework for building analytical web applications and reactive data dashboards. It allows developers to connect data science and machine learning code to interactive web interfaces without writing JavaScript, serving as a backend-driven tool for defining layouts and managing state. The framework integrates the Plotly charting engine to render a wide variety of complex charts and financial graphs. It distinguishes itself through a reactive callback system that links user input components to data visualizations, enabling the creation of business intelligence dashboards a

    Executes applications on various web server implementations to avoid reliance on a single backend.

    Python
    Voir sur GitHub↗24,262
  • elixir-plug/plugAvatar de elixir-plug

    elixir-plug/plug

    2,987Voir sur GitHub↗

    Plug is a specification and set of primitives for building composable middleware pipelines in Elixir web applications. It provides a system for managing HTTP request pipelines and a routing engine that dispatches incoming requests to specific handlers based on methods and URL patterns. The project enables the creation of interchangeable web middleware for tasks such as authentication, logging, and session management. It also includes mechanisms for upgrading standard HTTP requests to full-duplex WebSocket connections. The capability surface covers request body parsing, static asset delivery,

    Provides an abstraction layer that allows applications to run across different web server implementations without changing core logic.

    Elixir
    Voir sur GitHub↗2,987
  1. Home
  2. Web Development
  3. Backend Framework Support

Explorer les sous-tags

  • Web Server AbstractionsAllowing an application to run across different web server implementations without changing core logic. **Distinct from Backend Framework Support:** Focuses on the ability to swap web server backends (e.g., Flask, Gunicorn) rather than deployment to different cloud providers.