A Service that provides the client with a function that finds all prime numbers <=to specified user input.
============ Files: primeService.py The python program that provides the service through RPyC.
primeClient.py A Client to the primeService service.