I would like to deploy TFF in a way, where I have one central (aggregation) server on a VM in a cloud and two different VMs with nodes, that train the model. Is this possible with TFF? Does it have the protocols necessary to communicate over the internet etc. or is it more of a Tensorflow with FL algorithms that can be used with different frameworks that provide the architecture?
Thank you