1

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?

gnemoug
  • 467
  • 1
  • 5
  • 21

1 Answers1

1

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.

Community
  • 1
  • 1
theodox
  • 12,028
  • 3
  • 23
  • 36