dragonelite
Member
So in my experience with programming I haven't had the fun of making a program that communicates with itself across multiple systems (see: chat program on two separate computers). I'm wanting to write something that will have, amongst other things, chat functionality while people wait for other things to happen. So I come looking for advice on how to start approaching this.
Is the basic premise having one client program on people's machines while there is a host program they can talk to? Can you have clients just talk to each other and update the other's information accordingly?
Protocol is a good beginning.What is a text message,commando,etc.
Then its just socket programming if im not mistaken.
My experience with Sockets and protocols was programming a android app that could control a vehicle over wifi.