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