FYI,
I have built a few apps with xmlrpcserver and noticed that it transfers way too
much data because of all the xml tags. JSON uses about 1/10th of the bandwidth
in comparison. There is a simplejsonserver available on github somewhere that
does the same thing with very little code change.
On 4/8/11 4:42 PM, Corey Osman wrote:
> I have built a few apps with xmlrpcserver and noticed that it transfers way
> too much data because of all the xml tags. JSON uses about 1/10th of the
> bandwidth in comparison. There is a simplejsonserver available on github
> somewhere that does the sa