View Single Post
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#12
Originally Posted by bigboote
I'm glad to hear you're working on this, and I hope your problem can be resolved. Having a mini httpserver on board could be a powerful tool.
I don't know that I would call a python http server "mini", at least as far as memory footprint and efficiency are concerned. If what you want is a lean and mean server for static content or a couple of cgi's, an ARM binary of boa or tinyhttpd or several others sounds like a better choice.
OTOH, if the goal is to write a local web app in python that is its own web server, using one of the lightweight web frameworks (like Karrigell or Snakelets), that is very convenient. I have one on my Zaurus that I use daily, need to try it out on the 770 someday.