This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Tatsuhiko Miyagawa (author)
Wed Nov 25 18:47:12 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 12 23:34:27 -0700 2009 | |
| |
.shipit | Mon Oct 12 23:34:27 -0700 2009 | |
| |
Changes | Wed Nov 11 21:34:42 -0800 2009 | |
| |
MANIFEST | Thu Oct 29 13:17:16 -0700 2009 | |
| |
MANIFEST.SKIP | Mon Oct 12 23:34:27 -0700 2009 | |
| |
Makefile.PL | Wed Nov 18 13:37:38 -0800 2009 | |
| |
README | Thu Oct 29 13:17:16 -0700 2009 | |
| |
lib/ | Wed Nov 25 18:47:12 -0800 2009 | |
| |
t/ | Thu Oct 29 13:17:16 -0700 2009 | |
| |
xt/ | Thu Oct 15 17:49:45 -0700 2009 |
README
NAME
Plack::Server::AnyEvent - AnyEvent based HTTP server
SYNOPSIS
my $server = Plack::Server::AnyEvent->new(
host => $host,
port => $port,
);
$server->run($app);
DESCRIPTION
Plack::Server::AnyEvent is a Plack server implementation using AnyEvent.
This server runs in a non-blocking event loop and suitable for
event-driven web applications like streaming API servers.
LICENSE
This module is licensed under the same terms as Perl itself.
AUTHOR
Tokuhiro Matsuno
Yuval Kogman
Tatsuhiko Miyagawa







