Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 662 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 662 Bytes

a small example of apigateway

run with docker-compose

  $ docker-compose up -d

the purpose of the application

We have two applications named Firstservice and Secondservice. You can reach them with different ip addresses from the frontend, but it will be easier to reach them through a single ip address. For this, we set up an api gateway structure. basically it works like a proxy. directs incoming requests to the required services.

image

For more information about apigateway : https://microservices.io/patterns/apigateway.html