ASP.NET Core Api-Gateway middleware

前端 未结 2 829
执笔经年
执笔经年 2021-02-07 12:55

I am new to API gateways and have a question of understanding. I try too put a series of (micro)services behind an endpoint.

For this purpose, I have set up an ASP.NET C

2条回答
  •  别跟我提以往
    2021-02-07 13:35

    You can try to write instead of .

    But it is better to use the SPA or MVC before gateway. In most cases, it depends on how you will use it. For instance, If you like to use it like Proxy of your domain (e.g Nginx) it makes sense.

    See this good article about it.

提交回复
热议问题