Added some explanations to README.md

This commit is contained in:
Emin Arslan 2025-02-16 19:19:20 +03:00
parent 1503ca4fab
commit ce621bb344

View File

@ -17,3 +17,10 @@ excellent.
Install elixir and its build tool `mix` through your operating system's package
manager, then run `mix run`.
After the program starts, it will start listening for clients on port 8080.
You can connect with netcat or telnet, I haven't yet built a client for this.
There is no special protocol, the server simply broadcasts whatever you type
(it waits until you finish a full line).
Building a client is left as an exercise for the reader