Tornado

E431944

Tornado is a high-performance Python web framework and asynchronous networking library designed for handling large numbers of simultaneous connections.

All labels observed (1)

Label Occurrences
Tornado canonical 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Python web framework
asynchronous networking library
architecture single-threaded event loop
canBeUsedWith REST APIs NERFINISHED
microservices architectures
streaming APIs
category networking library
web application framework
compatibleWith Python 3 NERFINISHED
designedFor handling large numbers of simultaneous connections
designGoal high concurrency
high performance
low latency
documentation online documentation website
includes HTTP server
asynchronous networking components
web framework
license Apache License 2.0
openSource true
programmingLanguage Python
provides tornado.gen module
tornado.httpserver module
tornado.ioloop module
tornado.web module
tornado.websocket module
repositoryPlatform GitHub NERFINISHED
scalesBy handling many open connections efficiently
supports HTTP client functionality
HTTP server functionality
SSL/TLS
URL routing
WSGI NERFINISHED
WebSockets
async and await syntax
asynchronous DNS resolution
asynchronous I/O
background tasks via IOLoop callbacks
coroutines
long polling
non-blocking network I/O
request handlers
secure cookies
template rendering
user authentication
useCase high-concurrency applications
long-lived network connections
real-time web services
uses IOLoop event loop
event-driven networking

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Jinja2 integratedWith Tornado