martin2038 / grpc-proxy

POC for Grpc With Java Proxy instead of generating stubs, without restriction of single method param and cross language RPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grpc With Java Proxy instead of generating stubs, without restriction of single method param and cross language RPC

Build

To build the Grpc Proxy Example, run in this directory:

$ gradle installDist

This creates the scripts java-proxy-server and java-proxy-client, in the build/install/grpc-proxy/bin/ directory that run the examples. Each example requires the server to be running before starting the client.

For example, to try the hello world example first run:

$ ./build/install/grpc-proxy/bin/java-proxy-server

And in a different terminal window run:

$ ./build/install/grpc-proxy/bin/java-proxy-client

About

POC for Grpc With Java Proxy instead of generating stubs, without restriction of single method param and cross language RPC


Languages

Language:Java 100.0%