We've been using GRPC to talk between a Java UI and a C# backend for several years now. Apart from some upgrade issues tying it more heavily to ASP.NET, and some around connection management, it's been completely fine.
Mind you, I can see why people used to weakly typed languages would prefer to just slam everything into JSON.
Comments
We've been using GRPC to talk between a Java UI and a C# backend for several years now. Apart from some upgrade issues tying it more heavily to ASP.NET, and some around connection management, it's been completely fine.
Mind you, I can see why people used to weakly typed languages would prefer to just slam everything into JSON.