I have a flask extension for jsonrpc that I have been using recently.
I *could* put it in pyjs, but it currently depends on joshmarshall's
jsonrpc lib and is thus only jsonrpc 2.0 (I don't particularlly have
the need to support 1.1 at this time).  Also note that this method is
probably a better choice than the way I did things in the
examples/misc/flaskexamples.

For example, I noticed that the cherrypy jsonrpc only depends on
cherrypy, and I am not sure if you want something in the pyjamas code
base that depends on a possibly different jsonrpclib from the one luke
is using.  (I didn't take the time to do a diff).

--Jeff

Reply via email to