What is the best methodology for decentralized data exchange between applications over the internet?
Specifically, I’m looking for the best practice way for two machines to exchange data packets (250 – 512 bytes) in a string/plain text format, without the need for a server. The idea being they should be able to communicate remotely using a single installed application. As one application on one machine carries out an action/event, the other machine is sent a notification of activity automatically producing a synchronised activity log between the two machines.
What is the best methodology for decentralized data exchange between applications over the internet?
Specifically, I’m looking for the best practice way for two machines to exchange data packets (250 – 512 bytes) in a string/plain text format, without the need for a server. The idea being they should be able to communicate remotely using a single installed application. As one application on one machine carries out an action/event, the other machine is sent a notification of activity automatically producing a synchronised activity log between the two machines.