Learning Cocoa (& sockets!)
Learning Cocoa (& sockets!)
- Subject: Learning Cocoa (& sockets!)
- From: Steven Frank <email@hidden>
- Date: Thu, 3 May 2001 16:36:01 -0700
Maybe I can kill two birds with one stone here. :)
To the people looking for Cocoa information, tutorials, and sample
code, you could do worse than visit: <
http://www.cocoadev.com/> which
is a sort of collaborative Cocoa learning experience. Try it out,
you'll like it. :)
To Denis Gauthier, who was looking to use TCP sockets from Cocoa, you
might want to check out my SmallSockets project, also available from
the same site: <
http://www.cocoadev.com/index.pl?SmallSockets>
One small snag is the initial release only supports outbound socket
connections (ie; no socket listening, which is what you wanted to do)
but I'm hoping to add that by tonight or tomorrow.
That's enough shameless plugs for one day. ;)
Steven