libcorona-perl

Coro based psgi web server
  http://search.cpan.org/dist/Corona/
  0
  no reviews



Corona is a coro based plack web server. it uses net::server::coro under the hood, which means we have coroutines (threads) for each socket, active connections and a main loop.