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,789GitHub पर देखें↗

    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,846GitHub पर देखें↗

    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,232GitHub पर देखें↗

    layuimini, Layui के साथ बनाया गया एक गतिशील प्रशासनिक डैशबोर्ड फ्रेमवर्क और फ्रंटएंड टेम्प्लेट है। यह बैकएंड प्रबंधन इंटरफेस बनाने के लिए एक संरचनात्मक आधार प्रदान करता है जो एक सिंगल API एंडपॉइंट के माध्यम से इनिशियलाइज़ होता है। फ्रेमवर्क में एक API-संचालित नेविगेशन सिस्टम है जो JSON डेटा से नेस्टेड, मल्टी-लेवल मेनू और दृश्य आइकन उत्पन्न करने के लिए रिकर्सिव रेंडरिंग का उपयोग करता है। इसमें एक मल्टी-टैब विंडो प्रबंधन प्रणाली शामिल है जो URL हैश का उपयोग करके सक्रिय व्यू और टैब स्टेट को बनाए रखती है। यह सिस्टम प्रशासनिक लेआउट निर्माण, HTML या iframes के माध्यम से गतिशील घटक इंजेक्शन, और टूटे हुए लिंक के उपयोगकर्ताओं को पता लगाने और सूचित करने के लिए नेविगेशन गार्डिंग को कवर करता है।

    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.