[PLUG] Small script webapps

Dan Young danielmyoung at gmail.com
Sun Dec 13 22:26:28 UTC 2009


On Sun, Dec 13, 2009 at 2:16 PM, Heath Morrison <heath at doublemarked.com> wrote:
> The original poster isn't actually looking for a simulation...they
> just want a lightweight HTTP server. An example that comes to mind is
> Sinatra, which is an extremely lightweight web framework for Ruby,
>
>  http://www.sinatrarb.com/
>
> If you view that URL you can see in about 15 seconds how you use it.
> There is probably a language neutral web server that does things with
> similar ease. Maybe somebody can suggest something.

This is a similar thing for Python:
http://bottle.paws.de/

In the simplest case, you can have it run it's own web server and map
URLs to Python functions in just a few lines.

-- 
Dan Young



More information about the PLUG mailing list