uWSGI third party plugins

The following plugins (unless otherwise specified) are not commercially supported.

Feel free to add your plugin to the list by sending a pull request to the uwsgi-docs project.

uwsgi-capture

Allows gathering video4linux frames in a sharedarea.

uwsgi-wstcp

Maps websockets to TCP connections (useful for proxying via javascript).

uwsgi-pgnotify

Integrates the PostgreSQL notification system with the uWSGI signal framework.

uwsgi-quota

Allows to set and monitor filesystem quotas.

uwsgi-eventfd

Allows to monitor eventfd() objects (like events sent by the cgroup system).

uwsgi-console-broadcast

Exposes hooks for sending broadcast messages to user terminals.

uwsgi-strophe

Integration with the libstrophe library (xmpp).

uwsgi-alarm-chain

Virtual alarm handler combining multiple alarms into a single one.

uwsgi-pushover

Integration with Pushover.net services.

uwsgi-consul

Integration with consul agents (consul.io)

uwsgi-influxdb

Allows sending metrics to influxdb

uwsgi-opentsdb

Allows sending metrics to opentsdb

uwsgi-cares

exposes non-blocking dns query via the cares library

uwsgi-ganglia

Allows sending metrics to ganglia

uwsgi-bonjour

Automatically register domain names in OSX bonjour subsystem

uwsgi-avahi

Automatically register domain names in avahi subsystem

uwsgi-datadog

Automatically send metrics to datadog (https://www.datadoghq.com/)

uwsgi-apparmor

Allows setting apparmor profiles for instances

uwsgi-docker

Allows running dockerized (https://docker.io) vassals