All Projects → davidfowl → gRPCSamples

davidfowl / gRPCSamples

Licence: other
No description, website, or topics provided.

Programming Languages

C#
18002 projects

gRPC Samples

Samples showing how to run a gRPC server in a WPF application and as a standalone server running in IIS (Kestrel and IIS running on different ports). WPF has a known issue generating the appropriate gRPC and proto files (see https://docs.microsoft.com/en-us/aspnet/core/grpc/troubleshoot?view=aspnetcore-3.0#wpf-projects-unable-to-generate-grpc-c-assets-from-proto-files) so the gRPC service is in a class library. Code generation works fine in web projects but I wanted to share the code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].