Name: Anonymous 2010-10-15 11:00
what's the right way to send data between two program over a network.
like for example, when i want my client to make the display green, the server will send a command for it.
what's the right way to send that command?
i'm currently doing it like this:
sendCommandOverNetwork("turndisplay: green");
like for example, when i want my client to make the display green, the server will send a command for it.
what's the right way to send that command?
i'm currently doing it like this:
sendCommandOverNetwork("turndisplay: green");