R
Roland Hedberg
Hi!
Anyone got information on python implementations of JSON-RPC ?
I'd like to run a jsonrpc server using mod_python in an Apache server.
I know about, and have used for a while, Jan-Klaas Kollhof's
implementation which used to be at http://json-rpc.org/, but isn't
accessible anymore.
Therefor I have started to look elsewhere.
I have found a couple of implementations:
http://www.simple-is-better.org/rpc/
looks OK but seems to be built to work as a stand-alone server
http://www.freenet.org.nz/dojo/pyjson/
should work with 2.6 ? Is it maintained ?
http://python.cx.hu/qxjsonrpc/
Which according to the documentation does not conform to the JSON-RPC
specification
Have I missed any ?
What are people using ?
-- Roland
Anyone got information on python implementations of JSON-RPC ?
I'd like to run a jsonrpc server using mod_python in an Apache server.
I know about, and have used for a while, Jan-Klaas Kollhof's
implementation which used to be at http://json-rpc.org/, but isn't
accessible anymore.
Therefor I have started to look elsewhere.
I have found a couple of implementations:
http://www.simple-is-better.org/rpc/
looks OK but seems to be built to work as a stand-alone server
http://www.freenet.org.nz/dojo/pyjson/
should work with 2.6 ? Is it maintained ?
http://python.cx.hu/qxjsonrpc/
Which according to the documentation does not conform to the JSON-RPC
specification
Have I missed any ?
What are people using ?
-- Roland