in reply to Simple http server one-liner for some static files?
Yes, Python has quite a few excellent web-server programs ... and Perl has gadzillions. Just surf over to http://search.cpan.org, search for “HTTP server,” and you’ll see what I mean.
If you search instead for HTTP::Server, you’ll see some of the most readily-available packages, such as HTTP::Server::Simple and my latest personal favorite, HTTP::Server::Brick.
Each of these are very comparable to the Python package you cited. “You got a simple job to do, and you want a simple way to do it.” Done.
Replies are listed 'Best First'. | |
---|---|
Re^2: Simple http server one-liner for some static files?
by Ea (Chaplain) on Jan 17, 2013 at 17:31 UTC | |
by Anonymous Monk on Dec 31, 2014 at 01:39 UTC | |
by Anonymous Monk on Dec 31, 2014 at 01:53 UTC | |
Re^2: Simple http server one-liner for some static files?
by Anonymous Monk on Oct 14, 2010 at 02:42 UTC | |
by Anonymous Monk on Oct 14, 2010 at 09:35 UTC | |
by Anonymous Monk on Oct 14, 2010 at 02:53 UTC |