Communication - RPC (simple adding)

In this example, we will use RPC to compute the sum of two input numbers.

Note: You will know how to write a function on the server side and then register it (using the register_function() method) so that the client can make a call.

Click src.zip link to download the file.