Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.95 KB

File metadata and controls

25 lines (17 loc) · 1.95 KB

SCION Workbench

SCION Workbench Projects Overview Changelog Contributing Sponsoring

SCION Workbench > Microfrontend

The SCION Workbench is well suited for adopting a microfrontend architecture since different web applications can contribute views in the form of microfrontends.

A microfrontend architecture can be achieved in many different ways. If you are looking for the highest possible level of isolation between microfrontends, consider using the built-in microfrontend support based on the SCION Microfrontend Platform.

The SCION Microfrontend Platform is a lightweight library specifically designed to facilitate the embedding of microfrontends via iframes. Microfrontends can seamlessly interact with the SCION Workbench using the SCION Workbench Client or communicate with other microfrontends using the SCION Microfrontend Platform. Any web application can be integrated as a workbench view. Likewise, a workbench view can embed other microfrontends, and so on.

Note

Documentation for integrating microfrontends into the SCION Workbench is planned. In the meantime, please refer to our testing application for an example, or contact us by submitting an issue on GitHub if you need assistance.