How to Install uwsgi-app-integration-plugins in Ubuntu 18.04



Install uwsgi-app-integration-plugins by entering the following commands in the terminal:

sudo apt update
sudo apt install uwsgi-app-integration-plugins

Description:

plugins for integration of uWSGI and application

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 dependency package provides plugins for integration of uWSGI and application: * GNU Go * Java (OpenJDK 8) * JWSGI (OpenJDK 8) * Lua WSAPI (Lua 5.1 and 5.2) * Mono/ASP.NET * Perl PSGI * Python WSGI (Python 2 and 3) * Rack (ruby2.5) . Java and Mono plugins are provided only on supported architectures.

Homepage: http://projects.unbit.it/uwsgi/

Version: 2.0.15-10.2ubuntu2

Section: universe/web