Re: [Twisted-Python] gRPC support in Twisted Python

2016-09-29 Thread James Broadhead
If you're planning on working on this, it'd probably be worth taking a look at the Twisted bindings for Thrift (a competing RPC system from FB, based on the Google PB paper). The generator[2] isn't the best place to start (imperative C++ that outputs python), but the code that it generates served

Re: [Twisted-Python] gRPC support in Twisted Python

2016-09-29 Thread Stephen Thorne
[+Nathaniel] https://groups.google.com/forum/m/#!topic/grpc-io/RpkyqqQy8TU/discussion Hi. I'd like to link you to the above discussion and cc it's original poster. On Wed, Sep 28, 2016, 22:51 Werner Thie wrote: > On 9/28/16 9:13 AM, Nursimulu, Khen wrote: > > Thanks Glyth for the prompt respon