Distributed programming: Difference between revisions

Content added Content deleted
Line 499: Line 499:
- Copy/Paste the client code in another instance of Factor Listener.
- Copy/Paste the client code in another instance of Factor Listener.


The server node should prettyprint the data structure send by the client: { "Hello Remote Factor!" H{ { "key1" "value1" } } }
The server node should prettyprint the data structure send by the client: { "Hello Remote Factor!" H{ { "key1" "value1" } } }


=={{header|Go}}==
=={{header|Go}}==