https://github.com/horusiath/grpcsample
Example of gRPC C# library with custom serializer
https://github.com/horusiath/grpcsample
bond csharp grpc
Last synced: 6 months ago
JSON representation
Example of gRPC C# library with custom serializer
- Host: GitHub
- URL: https://github.com/horusiath/grpcsample
- Owner: Horusiath
- License: mit
- Created: 2017-03-29T19:02:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T19:06:19.000Z (over 8 years ago)
- Last Synced: 2025-04-14T10:02:56.441Z (6 months ago)
- Topics: bond, csharp, grpc
- Language: C#
- Size: 5.86 KB
- Stars: 25
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GrpcSample
This is example of client/server applications written in C# on top of .NET Core, using Google gRPC protocol combined with custom serialization - based on Microsoft Bond serializer.