Re: [grpc-io] Communication between C# and Java

2016-11-15 Thread 'Nathaniel Manista' via grpc.io
On Sat, Nov 5, 2016 at 2:29 AM, Eric Koston wrote: > On the website, I see only tutorials for specific language not for, how > can I create C# server and Java as stub. > Follow the server-specific portions of the C# tutorial and the stub-specific portions of the Java tutorial. -Nathaniel -- Yo

[grpc-io] Communication between C# and Java

2016-11-05 Thread Eric Koston
Hi all I want to use GRPC in C# and Java. C# should act as a server and Java as a client. I am a windows user and do not know, how to generate a libs for C# and Java. On the website, I see only tutorials for specific language not for, how can I create C# server and Java as stub. Thanks