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

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

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

module-federation/module-federation-examples

0
View on GitHub↗
6,103 نجوم·1,835 تفرعات·JavaScript·mit·8 مشاهداتmodule-federation.io↗

Module Federation Examples

Features

  • Federated Code Sharing - Shares JavaScript modules and dependencies between independently deployed micro frontends at runtime.
  • Federated Code Sharing - Shares JavaScript modules between independently deployed applications at runtime without rebuilding.
  • Federated Module Providers - Configures projects to expose modules as remote providers in a federated architecture.
  • Federated Module Consumers - Configures projects to consume modules from remote providers in a federated architecture.
  • Federated Module Loaders - Loads modules from remote federated applications at runtime via build plugin configuration.
  • Federated Module Manifests - Generates a JSON manifest describing exposed modules and shared dependencies for consumers.
  • Federated Application Deployments - Deploys independently built micro frontends to the cloud during the build process with zero configuration.
  • Multi-Application Dependency Coordination - Coordinates shared library versions and resolves dependencies across independently deployed micro frontends.
  • Plugin Extenders - Modifies module loading and sharing behavior through a runtime plugin system.
  • Micro Frontend Examples - Collection of examples using Webpack Module Federation.

سجل النجوم

مخطط تاريخ النجوم لـ module-federation/module-federation-examplesمخطط تاريخ النجوم لـ module-federation/module-federation-examples

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Module Federation Examples

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Module Federation Examples.
  • alibaba/iceالصورة الرمزية لـ alibaba

    alibaba/ice

    18,632عرض على GitHub↗

    Ice is an enterprise-grade web application framework designed to support the development of scalable, distributed front-end systems. It functions as a comprehensive JavaScript build toolchain and orchestration platform, providing the necessary infrastructure to manage complex business logic, standardized project structures, and automated asset pipelines. The framework distinguishes itself through a modular plugin architecture and native support for micro-frontend orchestration. By allowing developers to compose applications from independently deployable modules, it enables large teams to coll

    TypeScriptframeworkicejsmicrofrontends
    عرض على GitHub↗18,632
  • quarkusio/quarkusالصورة الرمزية لـ quarkusio

    quarkusio/quarkus

    15,479عرض على GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    عرض على GitHub↗15,479
  • audreyr/cookiecutterالصورة الرمزية لـ audreyr

    audreyr/cookiecutter

    24,951عرض على GitHub↗

    Cookiecutter is a cross-platform command-line interface tool for project scaffolding and template generation. It functions as a project templating CLI and variable orchestrator that creates standardized software project boilerplates across different operating systems and programming languages. The tool generates project directory structures from predefined templates using variable substitution. It supports the retrieval of template source code from remote Git repositories and utilizes a definition file to prompt users for configuration values to personalize the resulting files and folder stru

    Python
    عرض على GitHub↗24,951
  • christianlempa/boilerplatesالصورة الرمزية لـ ChristianLempa

    ChristianLempa/boilerplates

    7,831عرض على GitHub↗

    This project is a project scaffolding engine and template-based code generator. It provides a modular project template library and a command-line tool designed to generate standardized directory structures and configuration files from reusable skeletons. The system uses variable injection and custom delimiters to render project skeletons into concrete files. It includes a mechanism for synchronizing shared template collections via version control repositories and a utility for uploading generated files and secrets to remote hosts using secure shell protocols. The tool covers automated projec

    Pythonansibledockerdocker-compose
    عرض على GitHub↗7,831
عرض جميع البدائل الـ 30 لـ Module Federation Examples→

الأسئلة الشائعة

ما هي الميزات الرئيسية لـ module-federation/module-federation-examples؟

الميزات الرئيسية لـ module-federation/module-federation-examples هي: Federated Code Sharing, Federated Module Providers, Federated Module Consumers, Federated Module Loaders, Federated Module Manifests, Federated Application Deployments, Multi-Application Dependency Coordination, Plugin Extenders.

ما هي البدائل مفتوحة المصدر لـ module-federation/module-federation-examples؟

تشمل البدائل مفتوحة المصدر لـ module-federation/module-federation-examples: alibaba/ice — Ice is an enterprise-grade web application framework designed to support the development of scalable, distributed… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… audreyr/cookiecutter — Cookiecutter is a cross-platform command-line interface tool for project scaffolding and template generation. It… christianlempa/boilerplates — This project is a project scaffolding engine and template-based code generator. It provides a modular project template… pydanny/cookiecutter-django — cookiecutter-django is a template-based project generator and production-ready scaffold for Django web applications.… yeoman/yeoman — Yeoman is a scaffolding tool framework and Node.js project generator designed to automate project initialization. It…