Il 12/12/2013 08:33, Konstantin Yakunin ha scritto:
Hello,
Try Plack::Builder
use Plack::Builder;
builder {
}
I like! Thanks.
I tried to install POEx-Role-PSGIServer from CPAN but points out the
lack of the package POEx-Role-SessionInstantiation [1]
Here ( https://rt.cpan.org/Public/Bug/Display.html?id=69745 ) the author
of [1] warns you deleted the package from CPAN because it is no longer
compatible with the latest versions of Moose :-(
So, The POEx-... packages are all considered experimental/broken?
What could I use as a PSGI server, along with POE in a single task?
____
gdo
2013/12/11 Guido Brugnara <g...@leader.it <mailto:g...@leader.it>>
===CUT===
The target is to listen on the same port: http://myapp:8000/.....
and for websocket ws://myapp:8000/ws
I tried to use Protocol::WebSocket with the TCP socket used by
PoCo::Server::HTTP but my work is stalled.
I saw on CPAN that would be available the following packages :
POEx::Role::PSGIServer - Encapsulates core PSGI server behaviors
===CUT===