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
  •  | 
  •  

質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top