How to use the application:
- Check if node.js is installed.
- Open Terminal an navigate to application folder.
- Type "node server.js" to start the server.
- Open a second Terminal window.
- Type "node client.js operand1 operator operand2".
operand1 and operand2 have do be an Integer.
operator has to be '+'. '-', 'x' or '/' according to, what you want to calculate.