public
Description: AnyEvent based Plack::Server
Homepage: http://search.cpan.org/dist/Plack-Server-AnyEvent
Clone URL: git://github.com/miyagawa/Plack-Server-AnyEvent.git
name age message
file .gitignore Mon Oct 12 23:34:27 -0700 2009 templates [Tatsuhiko Miyagawa]
file .shipit Mon Oct 12 23:34:27 -0700 2009 templates [Tatsuhiko Miyagawa]
file Changes Wed Nov 11 21:34:42 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file MANIFEST Thu Oct 29 13:17:16 -0700 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file MANIFEST.SKIP Mon Oct 12 23:34:27 -0700 2009 templates [Tatsuhiko Miyagawa]
file Makefile.PL Wed Nov 18 13:37:38 -0800 2009 namespace::clean is not used [Tatsuhiko Miyagawa]
file README Thu Oct 29 13:17:16 -0700 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
directory lib/ Wed Nov 25 18:47:12 -0800 2009 display server package at the startup [Tatsuhiko Miyagawa]
directory t/ Thu Oct 29 13:17:16 -0700 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
directory xt/ Thu Oct 15 17:49:45 -0700 2009 remove [Tatsuhiko Miyagawa]
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