Hey All

We would like to migrate to the new grpc core libraries as is recommended 
in this article 
https://grpc.io/blog/grpc-csharp-future/ , but we have a very large part of 
our product that is written in .net framework and as mentioned 
here 
https://docs.microsoft.com/en-us/aspnet/core/grpc/supported-platforms?view=aspnetcore-5.0#aspnet-core-grpc-server-requirements,
  
there are several limitations for using the Grpc.Net.Client 
<https://www.nuget.org/packages/Grpc.Net.Client/> with .net framework.
After reading about it for a while, I saw that the recommendation is to use 
grpc-web, and indeed I managed to write a POC that works that way, but now 
I wonder if there are any issues with doing that ? 

I saw this chart : 
[image: Capture.JPG]
And I wonder why not always use grpc-web ? 
It seem to work with all platforms ..
Am I missing something here ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/61cdaa79-51a7-431b-9013-2310e02403e0n%40googlegroups.com.

Reply via email to