-
Notifications
You must be signed in to change notification settings - Fork 27
gRPC on top of ASP.NET Core 3.0 #90
Comments
Well, looks like someone else had the same idea. Happy to see that I may not have to do the work: https://twitter.com/davidfowl/status/1020870675135750145
|
Kestrel added http2 response trailers 4 days ago on 10/5. It will be in 2.2.0-preview3 https://github.com/aspnet/KestrelHttpServer/issues/622 Learning About The Headers Used for gRPC over HTTP/2 |
An Early Look at gRPC and ASP.NET Core 3.0 |
It is pretty great to see .NET engineers I've interacted with who are now at Microsoft and Google working on this together. Here they are working on the performance of the protobuf library: https://twitter.com/davidfowl/status/1106061725730668544 |
My understanding is that gRPC is a pretty thin layer on top of HTTP/2. With HTTP/2 finally coming with ASP.NET Core 2.2, would it be beneficial to build a gRPC layer on top?
The text was updated successfully, but these errors were encountered: