Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhatthaiquang-agilityio/dotnet3.0-grpc
Example with ASP Net Core 3.0 and gRPC
https://github.com/nhatthaiquang-agilityio/dotnet3.0-grpc
dotnet-core grpc grpc-client grpc-server
Last synced: 19 days ago
JSON representation
Example with ASP Net Core 3.0 and gRPC
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/dotnet3.0-grpc
- Owner: nhatthaiquang-agilityio
- Created: 2019-10-08T03:35:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T07:47:46.000Z (over 1 year ago)
- Last Synced: 2024-04-16T07:09:38.869Z (9 months ago)
- Topics: dotnet-core, grpc, grpc-client, grpc-server
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC And .NET 3.0
Example with gRPC and .NET 3.0## Requirements
+ DOT NET Core 3.0
+ gRPC### Structures
+ client_gRPC: gRPC Client(run terminal)
+ dotnet-gRPC: gRPC Server
+ service-proto: define proto for client and server (.NET Standard)### Reference
+ [Server Streaming with gRPC and .NET CORE 3.0](https://www.stevejgordon.co.uk/server-streaming-with-grpc-in-asp-dotnet-core)