Micro Frontend Architecture: Replacing a monolith from the inside out

added by JavaScript Kicks
11/13/2019 4:21:17 PM

502 Views

applications (micro frontends in general) are standalone Node.js services capable of server-side rendering a part or fragment of a webpage. A page can be made up of multiple LOSA services. These apps/micro frontends are built and deployed to a container that is independent and operating in a standalone manner The monolith remains responsible for handling an HTTP request object, sending the final response to the client.


0 comments