Chapter Conclusion
Understand how Edge Side Includes enable server-side integration for microservices by assembling complete web pages via cache. Learn about the benefits such as improved performance, resilience, and loose coupling without relying on browser code, while recognizing the infrastructure and design challenges involved.
We'll cover the following...
We'll cover the following...
Summary #
-
ESIs are a possible implementation of frontend integration and lead to loose coupling. The applications are simple web applications that, apart from the ESI tag, have no dependencies on the infrastructure.
-
The integration with ESIs has the ...