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.
只是好奇阅读本文后,它使用龙卷风包装了 django。在 django 上使用 tornado 有什么优点或缺点吗?
最大的优势是如果你有一个现有的 django 代码库,你想通过一些异步操作来增强它。Tornado 是一个精益框架,其中包含 DB 模型、Django 级别模板、中间件等。不存在。
也就是说,如果您从头开始一个项目,混合 Tornado + BackboneJS 将产生一个更有趣的应用程序。