软件包:python3-tornado(6.2.0-3) [debports]
scalable, non-blocking web server and tools - Python 3 package
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
This is the Python 3 version of the package.
其他与 python3-tornado 有关的软件包
|
|
|
|
-
- dep: ca-certificates
- 通用 CA 证书
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (>= 3~)
-
- sug: python-tornado-doc
- scalable, non-blocking web server and tools - documentation
-
- sug: python3-pycurl
- Python bindings to libcurl (Python 3)
-
- sug: python3-twisted
- Event-based framework for internet applications