Hacker News new | ask | show | jobs
by arielhn 3587 days ago
Was looking at RPC framework for a project, in the end I went with Apache Thrift since at that time there was no Python 3 support for gRPC [1]. IIRC Thrift also lacks support for my project's Python version (3.5) but at least I can use thriftpy [2].

https://github.com/grpc/grpc/issues/282 https://github.com/eleme/thriftpy

2 comments

We put in a lot of work to make gRPC work well with python 3.5, so give it a try if possible. disclaimer: I work on gRPC.
thank you, I'll look into it as soon as I can :)
now support Python3. http://www.grpc.io/about/#osp