OT: HTTP server that binds tcp6

Dirk Koopman djk at tobit.co.uk
Wed Jan 18 16:31:31 GMT 2012


On 18/01/12 14:42, Roger Burton West wrote:
> I have a handy short program which is built on top of
> HTTP::Server::Simple. That's fine, but now people want IPv6 support.
>
> Is there a convenient server backend which offers this? I've just been
> looking at POE::Component::Server::HTTP and
> POE::Component::Server::SimpleHTTP with no joy. Any recommendations? (Or
> a way of getting IPv6 out of HTTP::Server::Simple would be even better.)

Use one of the Plack based frameworks like Dancer or Mojolicious and you 
get all this and more for free.

If you insist on rolling your own then investigate AnyEvent::HTTPD or 
just AnyEvent by itself.

Dirk



More information about the london.pm mailing list