This is a repository containing a simple client-server aplication that give the service of sort an int array
- Run the SortingServer class.
- Before you run the SortingClient class, change the variable SERVER_ADDRESS for the ip of the computer where the server is running.
- Run the SortingClient class.
- In the console of SortingClient class, write every value to be sorted separated by commas.
- After you complete these steps, the sorted array will be printed in console