Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
/ SharedGrpc Public archive

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

License

Notifications You must be signed in to change notification settings

seclerp/SharedGrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages