Re: Embedded web server
Re: Embedded web server
- Subject: Re: Embedded web server
- From: Jens Alfke <email@hidden>
- Date: Mon, 15 Feb 2010 18:23:30 -0800
On Feb 15, 2010, at 12:38 PM, email@hidden wrote:
> 1. A Cocoa based solution - http://code.google.com/p/cocoahttpserver/
> 2. Twisted via PyObjC - http://twistedmatrix.com/trac/
> The Cocoa solution seems fairly straightforward but I am intrigued by Twisted.
I haven't used Twisted, but it's pretty powerful. On the downside, I believe that means it's big. It might be a lot of code to ship with your app (unless it's already in the OS?) and it might use more memory than you'd like. Of course you should take actual measurements before trusting anything I say :)
A similar but probably-smaller solution would be Ruby's Mongrel server. I think it's included in the Ruby distribution in the OS.
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden