项目作者: nhatthai

项目描述 :
Example with ASP Net Core 3.0 and gRPC
高级语言: C#
项目地址: git://github.com/nhatthai/dotnet3.0-gRPC.git
创建时间: 2019-10-08T03:35:41Z
项目社区:https://github.com/nhatthai/dotnet3.0-gRPC

开源协议:

下载


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