thrift or pyro is better if I want to make a RPC service use python? is there a better choice besides them? [closed]

StackOverflow https://stackoverflow.com/questions/19073395

  •  29-06-2022
  •  | 
  •  

Question

I will make a RPC service about suggest, server calculate the suggest data,client for request to server.This system will be written with python,What is the good choice for this?

Was it helpful?

Solution

if this python - to - python communication I like RPYC which includes good features for limiting remote access while staying pythonic.

You should take a look at this question.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top