app like that
Dream.mf SaaS
Dream.mf SaaS

Dream.mf is a module federation framework that simplifies the integration of micro front-ends. It offers an orchestration service, utilities through npm packages, and is designed to facilitate collaborative development and deployment.

Features

Remote Module Loading

Allows you to load modules remotely into your application during runtime, streamlining the development process and flexibly updating modules without needing to redeploy the entire application.

Core Federation

Facilitates the sharing of JavaScript modules across multiple deployments, enabling applications to operate as independent modules that can share code and functions seamlessly.

Remote Orchestration

Handles the execution and coordination of remote modules, ensuring efficient load balancing and optimal performance across distributed systems.

NPM Packages Support

Supports integration with npm packages to easily manage dependencies and incorporate external modules into the module federation framework.