[Twisted-Python] gRPC support in Twisted Python

Cory Benfield cory at lukasa.co.uk
Wed Oct 12 10:25:37 MDT 2016


On this note, if anyone wanted to write a greenfield gRPC implementation for Twisted directly, rather than using the C++ library that Nathaniel has been working on, hyper-h2 and Twisted’s built-in HTTP/2 logic is likely to be a very useful leaping off point. My high-level understanding of gRPC is that at a wire-protocol level the other things required are some protocol buffers and some code generation. That’s definitely not *nothing*, but neither is it the same as implementing the whole thing in one go.

Cory


> On 7 Oct 2016, at 00:22, Nathaniel Manista <nathaniel at google.com> wrote:
> 
> On Thu, Oct 6, 2016 at 12:11 PM, Manish Tomar <manish.tomar at gmail.com <mailto:manish.tomar at gmail.com>> wrote:
> It will be nice if it can be implemented without IO [1] as Cory
> rightfully points out everywhere.
> 
> I'm a big fan of sans I/O; I think it will be interesting to see how much it can be applied to the C-language library that implements most of the behavior of gRPC Python.
> -N
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20161012/c59731b5/attachment-0002.html>


More information about the Twisted-Python mailing list