RosettaCodeData/Task/Chat-server/00-TASK.txt

6 lines
303 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;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>