ANN: SimpleJSONRPCServer
Jim Washington
jwashin at nospam.hill-street.net
Mon Oct 9 10:33:35 EDT 2006
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 json-rpc at yahoogroups.com
-Jim Washington
More information about the Python-list
mailing list