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 Working
Draft status. It enhances the 1.0 specification with improved definitions.
It also allows nice things like named parameters. It has potential to make
JSON-RPC more pythonic to use.

http://www.raboof.com/json-rpc/JSON-RPC-1-1-WD-20060807.html

Discussion about the draft is at [EMAIL PROTECTED]

-Jim Washington
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to