jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
16.84k stars 3.62k forks source link

Multiple Microservices with API gateway #46

Closed cpm205 closed 4 years ago

cpm205 commented 4 years ago

Hi Jason,

What's the best way to implement CleanArchitecture for multi-microservices with an API Gateway? Do you have any suggestion?

Regards, Derek Hu

jasontaylordev commented 4 years ago

Hi Derek. Thanks for your question. Apologies, however, I don't have time to invest in this right now since it is not a core concept I am trying to demonstrate as part of this repository.

Suggest that you take a look at https://github.com/dotnet-architecture/eShopOnContainers. Happy coding!