Language

Package: python-tornado @ 6.1

Synopsis

Python web framework and asynchronous networking library

Description

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.

Home page
https://www.tornadoweb.org/
Location
gnu/packages/python-web.scm (line: 1732, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?