seclerp / SharedGrpc

Example of .NET Core 3 gRPC client-server solution using shared *.proto files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SharedGrpc

Example of .NET Core 3 gRPC client-server solution using shared *.proto files

Notes

This example configured to use untrusted connection due to development environment (TLS not working on macOS)

There are also problems in IDE support and even build would be successful, there will be errors in your IDE due to invalid cache (gRPC uses code generation of .NET classes)

About

Example of .NET Core 3 gRPC client-server solution using shared *.proto files

License:MIT License


Languages

Language:C# 100.0%