gRPC-JSON transcoder - This is a filter which allows a RESTful JSON API client to send requests to .NET web server over HTTP and get proxied to a gRPC service.
Info
Version: | 0.5.0 |
Author(s): | Thang Chung |
Last Update: | Sunday, February 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/thangchung/GrpcJsonTranscoder |
NuGet Url: | https://www.nuget.org/packages/GrpcJsonTranscoder |
Install
Install-Package GrpcJsonTranscoder
dotnet add package GrpcJsonTranscoder
paket add GrpcJsonTranscoder
GrpcJsonTranscoder Download (Unzip the "nupkg" after downloading)
Dependencies
- Google.Protobuf(>= 3.11.4)
- Grpc.Core(>= 2.27.0)
- Grpc.Reflection(>= 2.27.0)
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 3.1.2)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.1.2)
- Newtonsoft.Json(>= 12.0.3)
- Ocelot(>= 14.0.11)