[Texas] Sending data over tcp
Brad Allen
bradallen137 at gmail.com
Sun Sep 18 15:10:32 CEST 2011
Python's standard library has the SimpleXMLRPCServer which makes it pretty easy:
http://docs.python.org/library/simplexmlrpcserver.html
Here is the client:
http://docs.python.org/library/xmlrpclib.html
Example is here:
http://docs.python.org/library/simplexmlrpcserver.html#simplexmlrpcserver-example
This is a type of web service like Jeremy mentioned, but he is most
likely referring to a more modern RESTful web service. Usually a
RESTful web service might involve setting up a web framework, as
explained here:
http://stackoverflow.com/questions/713847/recommendations-of-python-rest-web-services-framework
More information about the Texas
mailing list