chat server

Gerhard =?unknown-8bit?Q?H=E4ring?= gh_pythonlist at gmx.de
Sun Mar 31 20:57:34 EST 2002


* Laurent Szyster <laurent.szyster at q-survey.be> [2002-03-29 12:47 +0100]:
> Henning Peters wrote:
> > 
> > i am planning to write a small chat server that uses select() in
> > python. multiple clients should be able to connect and chat wih
> > each other - like on a normal chatserver, just asynchronous ...
> 
> Don't reinvent the wheel. Use asyncore.py and asynchat.py, it's
> part of the standard Python library.
 
Or SocketServer, also in the standard library. Easiest to use in my experience
is sockserv, which can be found in the Vaults of Parnassus.

Gerhard
-- 
This sig powered by Python!
Außentemperatur in München: 5.9 °C      Wind: 0.8 m/s




More information about the Python-list mailing list