目录

tornado 源码解析

tornado 源码解析

简介

此项目主要是针对 python web 框架 — tornado 源码相关模块进行解析,加深对 web 开发的理解。在详解某一模块时会引入相关基础知识概念。包括以下几个知识点:

环境

  • python 2.7
  • tornado 4.5.1
  • Ubuntu 16.04