VukVuk (Page 17)

Gateway Offloading pattern

Move specialized and common functionalities to a gateway

Move specialized and common functionalities to a gateway.

Read more...


Gateway Aggregation pattern

Single service as aggregator of multiple individual requests

Use a single service to aggregate multiple individual requests into a single request.

Read more...


Backends for Frontends pattern

Create a separate backend service for each frontend application or interface

Create a separate backend service for each frontend application or interface.

Read more...