Hi. I am trying to create a program to send data in real time from computer to computer. I am a bit unsure on how this will work with the server. I am thinking of serializing the objects and sending them through the server to be received by another user who is connecting to that socket.
I am not very clued up on this and need to read up more on it. The parts I am stuck with is more how the server works to receive the data and how does the other computer connect to the server to receive this data. Can this be done through any server?
Also would it be an option to write the objects info to an XML file hosted on the server and then retrieve this info from the file for the other computer?
If anyone could point me in the right direction to some information that they think could help, I would be VERY grateful!
Many Thanks