calculator example simulates simple calculator-service, which can be
used to sum or div two values remotely, the result will be returned to
calling client. Please use two terminals, one for server and one for
client.

Compile the programs doing:
bash> make

Start server in first terminal:
bash> ./mt-calculator-server

Start client in second terminal: 
bash> ./calculator-client 






