June 2017
Intermediate to advanced
274 pages
7h 45m
English
In the styles of collaboration section, we discussed two styles using which we can foster intercommunication between microservices. Our application is spread into various microservices:
In our FlixOne bookstore (user interface), we need to show a few details:
Before we check out the implementation, let's discuss the API gateway.
The API gateway is nothing but an implementation of Backend For Frontend (BFF). Sam Newman introduced this pattern. It acts as a proxy between client applications and services. In our example, we are using Azure API ...
Read now
Unlock full access