6 lines
303 B
Text
6 lines
303 B
Text
|
|
;Task:
|
|||
|
|
Write a server for a minimal text based chat.
|
|||
|
|
|
|||
|
|
People should be able to connect via ‘telnet’, sign on with a nickname, and type messages which will then be seen by all other connected users. Arrivals and departures of chat members should generate appropriate notification messages.
|
|||
|
|
<br><br>
|