Re: embedding web server in cocoa app
Re: embedding web server in cocoa app
- Subject: Re: embedding web server in cocoa app
- From: Chris Ryland <email@hidden>
- Date: Sat, 14 May 2005 12:41:47 -0400
On May 14, 2005, at 12:30 PM, Lucas Eckels wrote:
On 5/14/05, Pierre Chatel <email@hidden> wrote:
i want to embed a lightweight http server in a Cocoa application in
order to serve rss/xml files. I found Jetty (http://jetty.mortbay.com/
jetty/index.html) but it's developed in Java and there's no simple or
elegant way to control it from a cocoa application.
There may be some ready-made solution, but HTTP is a pretty simple
protocol. I know I implemented a pretty wide subset of HTTP 1.1 in C
in an evening for a one-week project in a networking course. For
serving RSS, you probably don't need to implement many of the header
tags beyond If-Modified-Since and the other caching tags.
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
Cheers!
--Chris Ryland / Em Software, Inc. / www.emsoftware.com
_______________________________________________
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