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

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

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

3 个仓库

Awesome GitHub RepositoriesConfiguration-Driven Frameworks

Web frameworks where routes, validation, and security are defined through declarative configuration objects.

Distinct from Schema-Driven API Generators: Distinct from API generators as it defines the application structure via config rather than generating code from a schema

Explore 3 awesome GitHub repositories matching web development · Configuration-Driven Frameworks. Refine with filters or upvote what's useful.

Awesome Configuration-Driven Frameworks GitHub Repositories

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

    hapijs/hapi

    14,789在 GitHub 上查看↗

    Hapi is a configuration-driven web framework for building secure and scalable HTTP servers and APIs on the Node.js runtime. It functions as a REST API development framework and an enterprise server implementation focused on stability, security, and comprehensive input validation. The framework is built around a plugin-based architecture, allowing core functionality and custom logic to be organized into modular, registerable plugins. It serves as an HTTP request lifecycle manager, enabling the interception and modification of requests through pre-handlers and extensions before they reach the f

    Defines routes, validation schemas, and authentication strategies through declarative configuration objects.

    JavaScriptapplicationframeworkhapi
    在 GitHub 上查看↗14,789
  • alibaba/x-renderalibaba 的头像

    alibaba/x-render

    7,846在 GitHub 上查看↗

    x-render is a configuration-driven UI framework and low-code interface builder that transforms structured data definitions into functional user interface components. It operates as a JSON-driven UI generator, using a standardized configuration protocol to render data tables, input forms, and charts. The system includes a visual form builder and interface design editor, allowing users to arrange layouts and configuration settings through a graphical interface to avoid writing manual structural code. This process is supported by a schema-based component library that maps configuration keys to a

    Transforms structured data definitions into functional user interface components for data management.

    TypeScriptantant-designchart
    在 GitHub 上查看↗7,846
  • zhongshaofa/layuiminizhongshaofa 的头像

    zhongshaofa/layuimini

    4,232在 GitHub 上查看↗

    layuimini 是一个动态管理仪表盘框架和基于 Layui 的前端模板。它为创建通过单个 API 端点初始化的后端管理界面提供了结构基础。 该框架具有 API 驱动的导航系统,使用递归渲染从 JSON 数据生成嵌套的多级菜单和视觉图标。它包含一个多标签页窗口管理系统,使用 URL 哈希持久化活动视图和标签页状态。 该系统涵盖了管理布局构建、通过 HTML 或 iframe 进行的动态组件注入,以及用于检测并通知用户断开链接的导航守卫。

    Bootstraps the entire administrative layout and configuration by fetching a single JSON object from a remote endpoint.

    JavaScriptadminlayuilayui-admin
    在 GitHub 上查看↗4,232
  1. Home
  2. Web Development
  3. Configuration-Driven Frameworks

探索子标签

  • API-Driven Layout ConfigurationDefining the visual and structural layout of a web application through remote JSON configuration. **Distinct from Configuration-Driven Frameworks:** Focuses specifically on layout and structure rather than general application routes or security logic.
  • UI Configuration FrameworksFrameworks that define the entire user interface structure, components, and layouts through declarative configuration. **Distinct from Configuration-Driven Frameworks:** Focuses on the generation of the UI components themselves, whereas the parent focuses on routes, validation, and security.