I am trying to get multiple programs to talk to each other over the internet and I am wondering if there are built in functions or well known UDFs to implement them. I did read about a method using IRC to relay messages but I was wondering if there is a more direct way with builtin functions.
What I need is for all clients to sync up to the same time because I will be passing messages between them, like an instant messenger.
Thanks.