RosettaCodeData/Task/Chat-server/00DESCRIPTION

6 lines
302 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Write a server for a minimal text based chat.
2014-01-17 05:32:22 +00:00
2016-12-05 22:15:40 +01:00
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>