ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.06k stars 396 forks source link

[question] exchanging data between 2 computers #607

Open sancelot opened 1 month ago

sancelot commented 1 month ago

Hi,

I have two computers that are setting/modifying a variable that must be shared between both computers

When one computer sets the value, I want to be able to update the data on the other computer side. I was thinking about a broadcast client / server architecture. I was wondering how this library can be of any help ?

Regards