TelnetChatThis is a basic chat server written in Elixir that clients can connect to with any Telnet client.UsageTo start the server:git clone https://github.com/mxhold/telnet_chat.git bin/server Then you can telnet 127.0.0.1 4040 to connect as a client.