Added some explanations to README.md
This commit is contained in:
parent
1503ca4fab
commit
ce621bb344
@ -17,3 +17,10 @@ excellent.
|
|||||||
|
|
||||||
Install elixir and its build tool `mix` through your operating system's package
|
Install elixir and its build tool `mix` through your operating system's package
|
||||||
manager, then run `mix run`.
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user