You can even run Perl as a webserver :)
For eq: Continuity
use strict;
use warnings;
use Continuity;
Continuity->new->loop;
sub main {
my $request = shift;
$request->print( 'Hello world
' );
}
You can then looking into doing a Reverse Proxy in front of these.
/I3az/