Considering application_A
on a machine_1
needs information about machine_2
, provided by application_B
(which is located on machine_2
) and that both machines are in the same network, what would you guys suggest to be the easiest way of implementing the communication between the 2? (I was thinking simple socket connection).
Note: the information required is something in the lines of a few bytes, so nothing big.