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

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

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

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dokploy/dokployDokploy 的头像

    Dokploy/dokploy

    34,901在 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
    在 GitHub 上查看↗34,901
  • plotly/dashplotly 的头像

    plotly/dash

    24,262在 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
    在 GitHub 上查看↗24,262
  • elixir-plug/plugelixir-plug 的头像

    elixir-plug/plug

    2,987在 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
    在 GitHub 上查看↗2,987
  1. Home
  2. Web Development
  3. Backend Framework Support

探索子标签

  • 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.