1
vote
1answer
120 views
What are the pros and cons of PyRo and RPyC python libs ?
I am looking for a remote procedure call engine for Python and I've found that PyRo (Python Remote Object) and RPyC (Remote Python Call) are both the kind of thing I am searching for.
However, I am …
