ANN: SimpleJSONRPCServer

aum aum at spam.me.please
Sat Oct 7 17:16:05 EDT 2006


Hi,

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.

For those unfamiliar with JSON-RPC - see www.json-rpc.org - it's an
alternative to XML-RPC, offering most of its capabilities, but using far
less traffic and requiring less processing time on the server and client.

For more information, downloads and a live demo, visit:
http://www.freenet.org.nz/dojo/pyjson

If any Python honchos here want to raise a PEP for it, I'd support that
fully.

Cheers
aum





More information about the Python-list mailing list