书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 1380 个相关结果.
  • How to use Django with Gunicorn

    How to use Django with Gunicorn Installing Gunicorn Running Django in Gunicorn as a generic WSGI application How to use Django with Gunicorn Gunicorn (‘Green Unicorn’) is a p...
  • Application Dispatching

    Application Dispatching Working with this Document Combining Applications Dispatch by Subdomain Dispatch by Path Application Dispatching Application dispatching is the proc...
  • 目录

    Werkzeug 文档概览 开始 服务和测试 参考 部署 贡献模块 额外说明 Werkzeug 文档概览 欢迎阅读 Werkzeug 0.9.4 中文文档。 开始 一般来说,如果你是刚接触Werkzeug或WSGI开发,你应该从这里开始。 安装 安装一个发行版 安装开发版 virtualenv 过渡到 Werkzeu...
  • Deployment Options

    Deployment Options Hosted options Self-hosted options Deployment Options While lightweight and easy to use, Flask’s built-in server is not suitable for production as it does...
  • Offloading Websockets and Server-Sent Events AKA “Combine them with Django safely”

    Offloading Websockets and Server-Sent Events AKA “Combine them with Django safely” Disclaimer uWSGI offloading Our SSE app The (boring) HTML/Javascript The Django view Let’s o...
  • Application Dispatching

    Application Dispatching Working with this Document Combining Applications Dispatch by Subdomain Dispatch by Path Application Dispatching Application dispatching is the proce...
  • eventlet

    eventlet Installing Running Binding Externally eventlet Prefer using Gunicorn with eventlet workers rather than using eventlet directly. Gunicorn provides a much more confi...
  • 如何使用 Gunicorn 托管 Django

    如何使用 Gunicorn 托管 Django 安装 Gunicorn 把 Django 当作普通 WSGI 应用在 Gunicorn 中运行 如何使用 Gunicorn 托管 Django Gunicorn (‘Green Unicorn’) 是一个 UNIX 下的纯 Python WSGI 服务器。它没有其它依赖,可以使用 `` pip``安...
  • Middleware

    Middleware Middleware A WSGI middleware is a WSGI application that wraps another applicationin order to observe or change its behavior. Werkzeug provides somemiddleware for com...
  • 应用调度

    应用调度 说明 组合应用 根据子域调度 根据路径调度 应用调度 应用调度是在 WSGI 层面组合多个 Flask 应用的过程。可以组合多个 Flask 应 用,也可以组合 Flask 应用和其他 WSGI 应用。通过这种组合,如果有必要的 话,甚至可以在同一个解释器中一边运行 Django ,一边运行 Flask 。这种组合 的好处取决于应用内...