Added README.txt to BudaClientServerStuff

This commit is contained in:
Jonas 2022-03-16 15:35:23 +01:00
parent 3f4b3e0f17
commit 65e3596433

View File

@ -1,10 +0,0 @@
This is a demo of some (very basic) client / server functionality.
Run BudaClient.java for the Client and BudaServer.java for the Server. Everything connects locally via port 8090
Type "Name:Jonas B." to change the client's name to Jonas B (the "." is where the name stops).
Type "Names" for the Server to display everyone who is connected along with their name (if they have set a name).
Typing "Quitx" should quit everything but I havent quite managed to implement that yet so just repeatedly use ctrl+c to quit everything.
-Jonas