grpc-dotnet
grpc-dotnet copied to clipboard
How to implement a gRPC server in a .Net 6 console app?
I have console applications using WCF that I want to migrate from .Net Framework to .Net 6 (or later). Microsoft recommends that gRPC shall be used. But all tutorials I find are using ASP.NET on the server side. I would really like to see an example on a gRPC server implemented as a .Net 6 console app.