Twiggy(3pm) | User Contributed Perl Documentation | Twiggy(3pm) |
Twiggy - AnyEvent HTTP server for PSGI
twiggy --listen :8080
See "twiggy -h" for more details.
use Twiggy::Server; my $server = Twiggy::Server->new( host => $host, port => $port, ); $server->register_service($app); AE::cv->recv;
Twiggy is a lightweight and fast HTTP server with unique features such as:
This software used to be called Plack::Server::AnyEvent but was renamed to Twiggy.
To use it, instead of the usual:
plackup --server Twiggy --port 8111 app.psgi
install Server::Starter and use:
start_server --port 8111 -- plackup --server Twiggy app.psgi
The following environment variables are supported.
This module is licensed under the same terms as Perl itself.
Tatsuhiko Miyagawa
Tokuhiro Matsuno
Yuval Kogman
Hideki Yamamura
Daisuke Maki
Plack AnyEvent Tatsumaki
2021-01-24 | perl v5.32.0 |