ANN: SimpleJSONRPCServer

Istvan Albert istvan.albert at gmail.com
Mon Oct 9 13:16:02 EDT 2006


Sybren Stuvel wrote:
> aum enlightened us with:
> > I've built a module called SimpleJSONRPCServer, which is essentially
> > the same as the familiar python library module SimpleXMLRPCServer,
> > except that it uses the JSON-RPC protocol.
>
> Thanks a lot! I've used XML-RPC on a low-speed device, and it was way
> too slow.

This is based on XML-RPC.

Probably not that different from sending the JSON as a single text data
parameter in XML-RPC.

i.




More information about the Python-list mailing list