blob: c0e5cc4d82bcca638ba2ba3d63fc8e5c6ef9870c (
plain)
1
2
3
|
The Perl 5 module 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.
|