DEV Community

Bibek Shah
Bibek Shah

Posted on

Microservices Design - API Gateway pattern

The goal of the microservices is to sufficiently decompose/decouple the application into loosely coupled microservices/modules in contrast to monolithic applications where modules are highly coupled and deployed as a single big chunk.

More details at - https://medium.com/p/980e8d02bdd5

Top comments (0)