Re: [grpc-io] Implementing a REST API in Java

2016-08-18 Thread 'Louis Ryan' via grpc.io
I don't think anyone is looking at providing the same functionality as a Java library today but we've talked about building it into nginx if that would help. Contributions certainly welcome On Thu, Aug 18, 2016 at 9:48 AM, wrote: > Our app has a REST API we've

[grpc-io] Implementing a REST API in Java

2016-08-18 Thread ccleve
Our app has a REST API we've implemented using Jax-RS, Jetty, and Resteasy. I'd like to port the whole thing to gRPC, and offer both a gRPC and a JSON/REST interface to our customers. Our product is not yet released, so I have some flexibility in redesigning the API. But it's going to be