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
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.