uWSGI第三方插件¶
以下插件 (除非另有特殊说明)非商业支持。
你可以随意通过发送pull请求给 uwsgi-docs
项目来添加你的插件到该列表。
uwsgi-wstcp¶
- 许可: MIT
- 作者: unbit
- 网站: https://github.com/unbit/uwsgi-wstcp
映射websocket到TCP连接 (适用于通过javascript的代理)。
uwsgi-pgnotify¶
- 许可: MIT
- 作者: unbit
- 网站: https://github.com/unbit/uwsgi-pgnotify
将PostgreSQL通知系统和uWSGI信号框架集成在一起。
uwsgi-eventfd¶
- 许可: MIT
- 作者: unbit
- 网站: https://github.com/unbit/uwsgi-eventfd
允许监控eventfd()对象 (例如由cgroup系统发送的事件)。
uwsgi-console-broadcast¶
- 许可: MIT
- 作者: unbit
- 网站: https://github.com/unbit/uwsgi-console-broadcast
公开用于发送广播消息给用户终端的钩子。
uwsgi-alarm-chain¶
- 许可: MIT
- 作者: unbit
- 网站: https://github.com/unbit/uwsgi-alarm-chain
虚拟告警处理器,将多个告警组合成一个。
uwsgi-consul¶
- 许可: MIT
- 作者: unbit, ultrabug
- 网站: https://github.com/unbit/uwsgi-consul
与consul代理集成 (consul.io)
uwsgi-influxdb¶
- 许可: MIT
- 作者: unbit
- 网站: https://github.com/unbit/uwsgi-influxdb
允许发送度量给InfluxDB时间序列数据库。
uwsgi-bonjour¶
- 许可: MIT
- 作者: unbit, 20tab
- 网站: https://github.com/unbit/uwsgi-bonjour
自动在OSX的Bonjour子系统中注册域名。
uwsgi-datadog¶
- 许可: MIT
- 作者: unbit
- 网站: https://github.com/unbit/uwsgi-datadog
自动发送度量给Datadog (https://www.datadoghq.com/)。
uwsgi-docker¶
- 许可: MIT
- 作者: unbit
- 网站: https://github.com/unbit/uwsgi-docker
允许docker化的 (https://docker.io) vassals。