Re: Simple messaging across the internet
Re: Simple messaging across the internet
- Subject: Re: Simple messaging across the internet
- From: Scott Anguish <email@hidden>
- Date: Sat, 15 Sep 2001 00:18:02 -0400
On Friday, September 14, 2001, at 10:18 PM, Jeff Disher wrote:
Hello,
I want to include an internet play component to a game
I am working on but I can see a simple way to do it.
The only things I can see for creating this behavior
are NSURLs and distributed objects.
Since the URLs aren't for this kind of task and
distributed objects seem like over-complicating this
process, could someone tell me if they know of a clean
way to send simple pieces of data between IP
addresses?
URLs (posting and getting information) is certainly one way to go..
running a server that can handle the responses and requests.
Apple has said that 10.1 will include SOAP-XML. Perhaps this is
another avenue to investigate.