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 14:31:02 -0400
On May 14, 2005, at 3:20 PM, Pierre Chatel wrote:
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.
Woow, this IS hardcore :-)
But i don't know Python ! Is it a problem ?
Well, Python is pretty easy as far as languages go, but I wouldn't
recommend this as a first project. Twisted takes a little while to
understand if you're not used to that kind of asynchronous
programming, and debugging software written in two languages, one of
which you don't know very well, is probably difficult.
If you're coming to WWDC, there is going to be a good session on this
stuff.
-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