awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
module-federation avatar

module-federation/module-federation-examples

0
View on GitHub↗
6,103 stars·1,835 forks·JavaScript·mit·20 viewsmodule-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.

Star history

Star history chart for module-federation/module-federation-examplesStar history chart for module-federation/module-federation-examples

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What are the main features of module-federation/module-federation-examples?

The main features of module-federation/module-federation-examples are: Federated Code Sharing, Federated Module Providers, Federated Module Consumers, Federated Module Loaders, Federated Module Manifests, Federated Application Deployments, Multi-Application Dependency Coordination, Plugin Extenders.

Which projects share features with module-federation/module-federation-examples?

Projects with overlapping indexed features include: 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…

Projects sharing features with Module Federation Examples

These projects share indexed features with Module Federation Examples. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • alibaba/icealibaba avatar

    alibaba/ice

    18,632View on 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
    View on GitHub↗18,632
  • quarkusio/quarkusquarkusio avatar

    quarkusio/quarkus

    15,479View on 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
    View on GitHub↗15,479
  • audreyr/cookiecutteraudreyr avatar

    audreyr/cookiecutter

    24,951View on 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
    View on GitHub↗24,951
  • christianlempa/boilerplatesChristianLempa avatar

    ChristianLempa/boilerplates

    7,831View on 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
    View on GitHub↗7,831
  • Compare all 30 related projects→