Re: embedding web server in cocoa app
Re: embedding web server in cocoa app
- Subject: Re: embedding web server in cocoa app
- From: Bob Ippolito <email@hidden>
- Date: Sat, 14 May 2005 13:55:16 -0400
On May 14, 2005, at 2:42 PM, Pierre Chatel wrote:
Have you tried koders.com? (An OSS sources search engine.) A quick
search turned up something promising (a simple web server
framework written in Obj-C, though it's GPLd).
http://www.koders.com/objectivec/
fid9CBFB5F888B3F7A9B7B7829A5F7182ECBD17B600.aspx?s=http+server
Thanks for the link, but it seems i have to include all gnustep
libraries in my project if i want this to work. Dependencies
linking other dependencies linking other dependencies..... Also,
it's tuned for SQL...
You could embed Python via PyObjC and use that. The standard library
HTTP server would have to be run from a separate thread, but when
using Twisted you could interleave it with the NSRunLoop and write it
all pretty naturally.
-bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden