DJANGO - What well supported JSON RPC tools are out there?
        Posted  
        
            by orokusaki
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by orokusaki
        
        
        
        Published on 2010-06-10T23:38:20Z
        Indexed on 
            2010/06/10
            23:42 UTC
        
        
        Read the original article
        Hit count: 541
        
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?
© Stack Overflow or respective owner