http://lkcl.net/webpy.jsonrpc.tgz
some people might find this useful. pyjamas has jsonrpc client-side libraries, and someone just asked how pyjamas could talk to web.py. so, i mentioned the pimentech.com jsonrpc code, and then took a look at porting it to web.py. it turned out to be very straightforward. included in the above is an example, code.py, which works with the pyjamas "JSONRPCExample.py" - i only added the "echo" and "reverse" functions. the json encoder and decoder are copies straight out of django utils; the network.py is modified in a tiiiny way, from the original pimentech code. none of the above tgz is "nicely packaged". i'm sure someone will work that out. l. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
