What is the current choice for doing RPC in Python?
Actually, I’ve done some work with Pyro and RPyC, but there is more RPC implementation than these two. Can we make a list of them? Native Python-based protocols: PyRo4 (Python Remote Objects) RPyC (Remote Python Call) Circuits RPC frameworks with a lot of underlying protocols: Spyne (see lightning talk) JSON-RPC based frameworks: python-symmetric-jsonrpc rpcbd Ladon … Read more