ANN: SimpleJSONRPCServer
aum
aum at spam.me.please
Sat Oct 7 17:16:05 EDT 2006
More information about the Python-list mailing list
Sat Oct 7 17:16:05 EDT 2006
- Previous message (by thread): ANN: SimpleJSONRPCServer
- Next message (by thread): ANN: SimpleJSONRPCServer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): ANN: SimpleJSONRPCServer
- Next message (by thread): ANN: SimpleJSONRPCServer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list