Define communication protocol between remote calculator and operation evaluator that process binary operation (add,subtraction,multiplication and division).
[ ] Yaml encoded
[ ] Support Math errors (Division by zero, Overflow, Underflow)
[ ] Transfer Operands and Result
[ ] Check requested operation is supported on server
Define communication protocol between remote calculator and operation evaluator that process binary operation (add,subtraction,multiplication and division).