
Plack::Server::AnyEvent::Server::Starter - Use AnyEvent-Based Plack Apps From Server::Starter

% start_server --port=80 -- plackup -s AnyEvent::Server::Starter

This module is now merged with Twiggy, and is now deprecated. Please use Plack 0.99+ and Twiggy instead.

Plack::Server::AnyEvent::Server::Starter is a wrapper to manage Plack::Server::AnyEvent using Server::Starter. Use this module when, for example, you want to run a Tatsumaki app (which is AnyEvent based) via Server::Starter.

Twiggy Server::Starter Plack::Server::AnyEvent Plack::Server::Standalone::Prefork::Server::Starter

Daisuke Maki
Much code stolen from AnyEvent 5.24 (by Marc Lehman), and Server::Starter SYNOPSIS (Kazuho Oku)

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.