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.
Extending the Microservice Paradigms to Web Development
The main features of neuland/micro-frontends are: Micro Frontend Examples.
Projects with overlapping indexed features include: 0xr/micro-frontend — Exercise 1 We currently have a monolithic application called main-application it is using angular routing to load in a… canopytax/sofe — Sofe is a plugin for systemjs@0.21, but the latest version of systemjs is >3. The new versions of systemjs have the… chrisdavies/eev — A tiny, fast, zero-dependency event emitter for JavaScript. dactylographsy/browser-dactylographsy — Complex web applications usually consist of various assets being served from one or multiple hosts. This slows down… lsm/micromono — MicroMono is a framework for developing micro-services in monolithic style or reversed. It allows you to switch and… module-federation/module-federation-examples.
Exercise 1 We currently have a monolithic application called main-application it is using angular routing to load in a checkout page. We want to make a new checkout service which has a different view and different logic. It should be possible to deploy the services separate from each other. In…
Sofe is a plugin for systemjs@0.21, but the latest version of systemjs is >3. The new versions of systemjs have the equivalent of sofe built into systemjs itself, via import maps. Because of this, we encourage that you use systemjs@>=3 import maps, instead of using systemjs@0.21 sofe. See…
Complex web applications usually consist of various assets being served from one or multiple hosts. This slows down the user experience while normal browser caching usually is not able to tackle all the resulting load retardations.