2010-10-10 13:04:23 +02:00
|
|
|
POEx::Role::PSGIServer encapsulates the core PSGI server behaviors
|
|
|
|
into an easy to consume and extend role. It is based on previous POEx
|
|
|
|
work such as POEx::Role::TCPServer which provides basic TCP socket
|
|
|
|
multiplexing via POE::Wheel::SocketFactory and POE::Wheel::ReadWrite,
|
|
|
|
and POEx::Role::SessionInstantiation which transforms plain Moose
|
|
|
|
objects into POE sessions.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/POEx-Role-PSGIServer
|