6 lines
302 B
Plaintext
6 lines
302 B
Plaintext
;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>
|