Chat server: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 3: 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.
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.


=={{header|Elang}}==
=={{header|Erlang}}==
<lang erlang>
<lang erlang>
-module(chat).
-module(chat).