A little project which focuses on creating a 'Socket-Server' in Java and a simple 'Client' which can communicate with the server via commands.
make
Builds the Java-Classes into .class files.
make server
Builds and runs the server.
make client
Builds and runs the client.
makeServer.bat
Builds and runs the server.
makeClient.bat
Builds and runs the client.
make.bat
Builds and runs booth applications.