corona
Coro based PSGI web server
Install
- All systems
-
curl cmd.cat/corona.sh
- Debian
-
apt-get install libcorona-perl
- Ubuntu
-
apt-get install libcorona-perl
- Kali Linux
-
apt-get install libcorona-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcorona-perl
- Raspbian
-
apt-get install libcorona-perl
- Dockerfile
- dockerfile.run/corona
libcorona-perl
Coro based PSGI web server
Corona is a Coro based Plack web server. It uses Net::Server::Coro under the hood, which means there are coroutines (threads) for each socket, active connections and a main loop.