DJANGO - What well supported JSON RPC tools are out there?
- by orokusaki
Django-Piston doesn't appear to support any sort of JSON-RPC. It only exposes "resources" but doesn't allow you to call custom methods or pass GET/POST params.
I noticed there were a few old, out of shape RPC servers in a Django wiki. Do you know of any that are well maintained?