awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesApplication Registries

Central objects that manage configuration, routing, and component registration for an application.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Application Registries. Refine with filters or upvote what's useful.

Awesome Application Registries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pallets/flaskالصورة الرمزية لـ pallets

    pallets/flask

    71,703عرض على GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central application object, it allows developers to manage routing rules, template settings, and resource loading within a unified project environment. The framework distinguishes itself through a modular component architecture that enables the organization of routes, templates, and static files

    Acts as a central registry for managing application configuration, URL routing, view functions, and component initialization.

    Pythonflaskjinjapallets
    عرض على GitHub↗71,703
  • single-spa/single-spaالصورة الرمزية لـ single-spa

    single-spa/single-spa

    13,871عرض على GitHub↗

    single-spa is a microfrontend orchestration framework designed to compose multiple independent frontend applications into a single interface. It functions as a frontend routing engine and lazy-loading application loader that mounts and unmounts microfrontends based on the current URL without requiring a browser refresh. The framework enables multi-framework frontend integration, allowing different JavaScript frameworks to coexist on one page. This architecture supports distributed frontend development, where separate teams develop and deploy modules independently while maintaining a unified u

    Provides a centralized registry to manage the activation and inactivation logic of registered microfrontend applications.

    JavaScriptfront-endjavascriptmicrofrontends
    عرض على GitHub↗13,871
  • linuxserver/heimdallالصورة الرمزية لـ linuxserver

    linuxserver/Heimdall

    9,014عرض على GitHub↗

    Heimdall is a self-hosted application dashboard and local network service portal. It functions as a visual landing page and application link manager used to organize shortcuts to internal and external web services using customizable tiles and icons. The project serves as a service API integration hub, fetching and displaying real-time status and metrics from external services directly on dashboard tiles via authorized API endpoints. It simplifies local network navigation by providing a directory of private IP addresses and services, including a toggle to control internal network requests. Th

    Utilizes a community-driven registry to automatically populate service metadata and icons.

    PHPapplication-dashboardbookmarkcouchpotato
    عرض على GitHub↗9,014
  • pylons/pyramidالصورة الرمزية لـ Pylons

    Pylons/pyramid

    4,086عرض على GitHub↗

    Pyramid هو إطار عمل ويب بلغة Python ومجموعة أدوات WSGI مصممة لبناء تطبيقات الويب. يعمل كمحرك توجيه (routing) لعناوين URL يقوم بربط طلبات HTTP الواردة بوظائف عرض محددة باستخدام التوجيه القائم على الأنماط واجتياز شجرة الموارد الهرمية. يتميز إطار العمل بنظام إرسال هجين، مما يسمح للمطورين بالجمع بين مطابقة عناوين URL عبر التعبيرات النمطية (regex) والقدرة على حل الطلبات من خلال التنقل في شجرة من الكائنات المتداخلة. ينفذ الإطار بنية مكونات مرنة تدعم إدارة سجل التطبيق، وتنفيذ التكوين المؤجل، والقدرة على تجاوز طرق العرض أو المسارات دون تعديل الكود المصدري الأصلي. تغطي إمكانياته الأوسع إدارة الهوية عبر ملفات تعريف الارتباط الموقعة والتفويض القائم على قوائم التحكم في الوصول (ACL)، ونظام تنسيق قائم على الأحداث لدورة حياة الطلب، وخدمات التدويل (i18n) لترجمة واجهة المستخدم. كما يوفر أدوات لعرض المحتوى من خلال مسلسلات مخصصة وتكامل القوالب، إلى جانب خط أنابيب middleware لحقن المنطق العابر. تتضمن مجموعة الأدوات واجهة سطر أوامر إدارية لفحص المسارات، وهيكلة المشاريع، وتصحيح أخطاء التطبيقات.

    Implements a central registry to manage the mapping of resource types to views and overall application configuration.

    Pythonpylonspyramidpython
    عرض على GitHub↗4,086
  • spine/spineالصورة الرمزية لـ spine

    spine/spine

    3,687عرض على GitHub↗

    Spine is a JavaScript MVC framework and client-side library designed to organize web applications into maintainable components and modules. It functions as a modular frontend architecture that separates data management from user interface logic using the model-view-controller pattern. The framework operates as an event-driven state manager, utilizing a publish-subscribe messaging pattern to synchronize application state and update views. It includes a template-based view engine that generates HTML by injecting dynamic data from a model into predefined markup. The system provides tools for fr

    Provides a centralized registry to manage component registration and discovery across the application.

    JavaScript
    عرض على GitHub↗3,687
  1. Home
  2. Software Engineering & Architecture
  3. Application Frameworks
  4. Application Framework Extensions
  5. Application Registries

استكشف الوسوم الفرعية

  • Community Metadata RegistriesStructured repositories of application definitions and icons shared by a community for rapid import. **Distinct from Application Registries:** Distinct from general application registries by focusing on community-driven metadata and icons for discovery rather than internal app routing.