What is the current choice for doing RPC in Python?

edomaur picture edomaur · Dec 10, 2009 · Viewed 107.3k times · Source

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:

RPC frameworks with a lot of underlying protocols:

JSON-RPC based frameworks:

SOAP:

XML-RPC based frameworks:

Others:

Answer

Pär Wieslander picture Pär Wieslander · Dec 10, 2009

XML-RPC is part of the Python standard library: