Sunday, Nov 30, 2008 HTTP server in Cocoa
I was trying to integrate lighttpd into my new project. But it’s really not easy. I have to…
- write a special Fast CGI module
- try to make it work with Bonjour
- need to do IPC with my Cocoa app
- ...
It’s just difficult.
So, I did a google search for Cocoa HTTP server. There’s actually one!! Cocoa HTTP server from Deusty Designs
Sweet…
But, hm…, I m thinking to use my own application protocol instead of doing the HTTP thing… seems simpler especially when I have to port the app to Windows.