Tornado
latest
  • 用户指南
  • Web 框架
  • HTTP servers and clients
  • 异步网络
  • Coroutines and concurrency
  • Integration with other services
    • tornado.auth — Third-party login with OpenID and OAuth
    • tornado.wsgi — 和其它 Python 框架、服务器结合
    • tornado.platform.asyncio — Bridge between asyncio and Tornado
    • tornado.platform.caresresolver — Asynchronous DNS Resolver using C-Ares
    • tornado.platform.twisted — Bridges between Twisted and Tornado
  • 实用工具
  • 发布说明
 
Tornado
  • Docs »
  • Integration with other services
  • Edit on GitHub

Integration with other services¶

  • tornado.auth — Third-party login with OpenID and OAuth
    • Common protocols
    • Google
    • Facebook
    • Twitter
    • FriendFeed
  • tornado.wsgi — 和其它 Python 框架、服务器结合
    • Tornado 应用 + WSGI 服务器
    • WSGI 应用 + Tornado 服务器
  • tornado.platform.asyncio — Bridge between asyncio and Tornado
  • tornado.platform.caresresolver — Asynchronous DNS Resolver using C-Ares
  • tornado.platform.twisted — Bridges between Twisted and Tornado
    • Twisted on Tornado
    • Tornado on Twisted
    • Twisted DNS resolver
Next Previous

© 版权所有 2011, Facebook. Revision 41b23ef877d5c379c2db9c89083f8d56389dcc48.

Built with Sphinx using a theme provided by Read the Docs.