Open DamianEdwards opened 1 year ago
cc @adityamandaleeka @samsp-msft @Tratcher
Yeah, I think it's worth revisiting 😃
As a nuget package that can be installed? As part of the default .NET/VS templates?
As a nuget package that can be installed? As part of the default .NET/VS templates?
As part of the default I think.
And more interestingly, what do you put in it? YARP doesn't need much to get started.
https://github.com/microsoft/reverse-proxy/blob/main/samples/ReverseProxy.Minimal.Sample/Program.cs
That sample looks good, and even includes config-loading which I was going to ask about.
@samsp-msft @benjaminpetit Came across this while working through the area-minimal
triage backlog. Moving this over to your corner to figure out whether this should be pursued moving forward.
We should consider adding a project template that makes it easy to get started building an API Gateway / Reverse Proxy using YARP.