listening on TCP port
Jean-Paul Calderone
exarkun at divmod.com
Wed May 7 11:21:10 EDT 2008
On Wed, 7 May 2008 08:03:35 -0700 (PDT), petr.poupa at gmail.com wrote:
>Hello,
>is there anybody who has experience with listening on TCP port with
>python? I am looking for anything codes, tutorials,... .
>Thanks for any information
Take a look at
http://twistedmatrix.com/projects/core/documentation/howto/servers.html
which gives a brief overview of writing TCP servers with Twisted.
Jean-Paul
More information about the Python-list
mailing list