A Python web framework and asynchronous networking library, originally developed at FriendFeed.
copied from cf-staging / tornadoconda install conda-forge::tornado
conda install conda-forge/label/broken::tornado
conda install conda-forge/label/cf201901::tornado
conda install conda-forge/label/cf202003::tornado
conda install conda-forge/label/gcc7::tornado
Tornado is a Python web framework and asynchronous networking library. 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.