uwsgi_psgi
Perl PSGI and Coro::AnyEvent plugins for uWSGI
Install
- All systems
-
curl cmd.cat/uwsgi_psgi.sh
- Debian
-
apt-get install uwsgi-plugin-psgi
- Ubuntu
-
apt-get install uwsgi-plugin-psgi
- Arch Linux
-
pacman -S uwsgi-plugin-psgi
- Kali Linux
-
apt-get install uwsgi-plugin-psgi
- Fedora
-
dnf install uwsgi-plugin-psgi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install uwsgi-plugin-psgi
- Raspbian
-
apt-get install uwsgi-plugin-psgi
- Dockerfile
- dockerfile.run/uwsgi_psgi
uwsgi-plugin-psgi
Perl PSGI and Coro::AnyEvent plugins for uWSGI
uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. This package provides psgi and coroae plugins for uWSGI, to interface with Perl PSGI, optionally with Coro::AnyEvent.