What is the current choice for doing RPC in Python?

Posted by edomaur on Stack Overflow See other posts from Stack Overflow or by edomaur
Published on 2009-12-10T10:01:03Z Indexed on 2010/03/15 22:29 UTC
Read the original article Hit count: 459

Filed under:
|

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:

JSON-RPC based frameworks:

XML-RPC based frameworks:

Others?

© Stack Overflow or respective owner

Related posts about python

Related posts about rpc