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, a
On Sun, 08 Oct 2006 10:16:05 +1300, aum wrote:
> 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.
Cool. There is a new JSON-RPC 1.1 specification, currently in Wo
On Sun, 08 Oct 2006 10:16:05 +1300, aum wrote:
> If any Python honchos here want to raise a PEP for it, I'd support that
> fully.
Don't worry - I've just posted my own PEP for it.
Cheers
aum
--
http://mail.python.org/mailman/listinfo/python-list
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.
Sybren
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 c