Hello,

> Hi everyone. I'm fairly new to Python, and even more new to socket
> programming. I think I've wrapped my head around sockets, and with
> that I want to create a Telnet-based chat server, the idea being
> people connect to the telnet servers with their clients and they all
> communicate.
IMO you should start with twisted (http://twistedmatrix.com/trac/),
which simplifies socket programming very much.

HTH,
--
Miki <[EMAIL PROTECTED]>
http://pythonwise.blogspot.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to