Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
562 stars 89 forks source link

Deprecated tornado server and client #248

Open aisk opened 4 months ago

aisk commented 4 months ago

In tornado 5.0, it uses asyncio under the hood: https://www.tornadoweb.org/en/stable/releases/v5.0.0.html. So for thriftpy2 users, they can use the asyncio server directly.