Language

Package: python-tornado @ 5.1.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: 805, column: 2)
License

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 818 is way too long (91 characters)