Miliox / distcalc

Distributed Ruby Calculator
MIT License
5 stars 2 forks source link

Specification of remote calculator protocol #2

Open Miliox opened 11 years ago

Miliox commented 11 years ago

Write specification of remote calculator used on communication between client and server distcalc applications.

Specification must contains:

ghost commented 11 years ago

this would be only for client-server communication? or also for server-calcservers ?

Miliox commented 11 years ago

Only between client and server of calculator, the communication between calculator server and distributed operator evaluator are define in issue #5.

This protocol transmitter the math expression between client to server and return the result or error of evaluated expression.