Monday, July 26, 2010

Re: [android-developers] Embeddable lightweight/simple webserver?

I suppose that iJetty, like Jetty, is a servlet container. It's open
source, have you considered stripping it down to bare HTTP?

Search for embedded Java HTTP servers that would be used in devices
such as routers.

If your needs are very simple and highly constrained, building you own
HTTP server would give you the smallest footprint.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment