Variations

In this lesson, we'll discuss some variations in the microservices platform approach that we have looked at so far.

REST #

Microservices platforms appear to be particularly suitable for synchronous microservices and REST communication, as they offer particularly good support for this.

Frontend integration #

The platforms can be extended to allow other communication mechanisms and frontend integration can be implemented with these platforms.

Client frontend integration is completely ...