uwsgi_rack_ruby23
Rack plugin for uWSGI (ruby2.3)
Install
- All systems
-
curl cmd.cat/uwsgi_rack_ruby23.sh
- Debian
-
apt-get install uwsgi-plugin-rack-ruby2.3
- Ubuntu
-
apt-get install uwsgi-plugin-rack-ruby2.3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install uwsgi-plugin-rack-ruby2.3
- Raspbian
-
apt-get install uwsgi-plugin-rack-ruby2.3
- Dockerfile
- dockerfile.run/uwsgi_rack_ruby23
uwsgi-plugin-rack-ruby2.3
Rack plugin for uWSGI (ruby2.3)
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 Rack plugin for uWSGI (linked with ruby2.3 runtime).