A simple but robust chat server written in Erlang/OTP.
Run the build
script from the base directory.
Start Erlang with erl -pa ebin
Run chat server: application:start(chat).
You can use a program such as telnet or netcat to connect to the
server as a client and communicate with it: telnet localhost 6667