| Sign In/My Account | View Cart |
| Article: |
How to Write a Cocoa Web Server | |
| Subject: | netclasses | |
| Date: | 2006-11-15 06:34:30 | |
| From: | leeg | |
I wrote a trivial server on GNUstep-base using aeruder's netclasses: http://netclasses.aeruder.net which handles setting up the socket and asynchronous communications. You basically register a controller object with the [NetApplication sharedInstance], which then gets notified of things like connection attempts, data received, connection lost etc. My server came in at 98 lines ;-) |
||