PyMOTW: SimpleXMLRPCServer
Originally posted
· 1 min read
The SimpleXMLRPCServer
module contains classes for creating your own cross-platform, language-independent server using the XML-RPC protocol. Client libraries exist for many other languages, making XML-RPC an easy choice for building RPC-style services.