XML-RPC

XML-RPC is a very interesting protocoll.
Here a quote I like:
"Does distributed computing have to be any harder than this? I don't think so."

Here I put together my projects regarding XML-RPC.

jsolait's xmlrpc examples

Examples for the XML-RPC implementation in JavaScript.
The implementation is part of jsolait. You will find the following examples:
  • Tester
  • XML-RPC with SVG
  • XML-RPC Chat
    application using SVG or HTML as GUI
  • XML-RPC with WScript

xmlrpc.py

A python module intending to ease the development of XML-RPC services.