Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用依赖于 Tornado Python Web 框架的库,但我不能让它依赖于 Tornado。
从这个框架转换代码时,有人有什么建议吗?
之前有没有尝试过类似的事情(并公布了结果)?
创建独立于 Web 服务器的 Python Web 应用程序的常规方法是将其编码为WSGI,可选地使用Web 框架。这样它就可以与任何 WSGI 容器一起使用。