chat server

Laurent Szyster laurent.szyster at q-survey.be
Fri Mar 29 06:47:25 EST 2002


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.


Laurent



More information about the Python-list mailing list