Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)