February 2019
Intermediate to advanced
446 pages
10h 55m
English
Now, you have one server-side monolithic application and one or more UI applications. It gives you another advantage of consuming the APIs while separating the modules from existing monolithic applications. For example, after separation of UI applications, you might transform one of the modules to a microservice. Once the UI applications are successfully tested, API calls related with this module can be routed to the newly transformed module, instead of the existing monolithic API. As shown in the next diagram, when the GET/customer/1 API is called, the web Gateway can route the request to the Customer Microservice instead of the Monolithic application.
You can also perform the testing on production, before ...
Read now
Unlock full access