Chat server: Difference between revisions

No edit summary
Line 3:
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.
 
{{omit from|AutoHotkey}}
=={{header|Erlang}}==
<lang erlang>
Anonymous user