On 16 Feb 2010, at 02:23, Jens Alfke wrote:
>
> 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 s
On Feb 15, 2010, at 12:38 PM, jonat...@mugginsoft.com 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, b
There are a few visible references to embedding web servers in Cocoa apps:
http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application
http://www.cocoabuilder.com/archive/cocoa/135882-embedding-web-server-in-cocoa-app.html
I have been considering two approaches:
1. A Cocoa based so