Simple chat client on port 7000
An Erlang/OTP 22 script
erlc src/chat_client.erl
erl -noshell -s chat_client main
Type whatever you want.
The commands interpreted from the server are described at server page.
To exit from the client type "close".