## 依賴關系
#### Python
Python的運行版本
* Python 2.7+
* Python 3.3+
* PyPy 1.8+
* Android 2.3 via SL4A
`ws4py不會自動安裝依賴關系,需要你自己來決定安裝哪一個。`
#### Client
ws4py的三種客戶端實現方式:
* 內置:該客戶端完全基于Python stdlib,它使用線程來進行內部處理循環。
* tornade:tornade客戶端需要Tornado 2.0+
* gevent:gevent客戶端需要gevent 0.13.6或1.0.0-dev
#### Server
ws4py的三種服務端實現方式:
內置:依靠內置的wsgiref模塊。
CherryPy:CherryPy服務器需要3.2.2+
gevent:gevent服務器需要gevent 1.0.0
asyncio:Python 3.3+的PEP 3156實現
翻譯者:蘭玉磊
博客:http://www.lanyulei.com