Search⌘ K

Options

Explore different frontend integration options for microservices such as links, redirects, and transclusion. Understand when to use each method to balance complexity and functionality in modular web architectures.

We'll cover the following...

There are different options for frontend integration.

The easiest options are links. One frontend displays a link that another frontend handles. The World Wide Web (WWW) is based on precisely this mechanism, a system creating a link to another system.

Redirects #

Redirects ...