Top "Tornado" questions

Tornado is a scalable web server and web framework for Python specializing in handling thousands of simultaneous connections and real-time services.

Using tornado.httpclient.AsyncHTTPClient.fetch() to make a GET request along with parameters

As mentioned in the title, i want to make a asynchronous GET request using the fetch() method of AsyncHTTPclient. But, …

asynchronous get tornado
How to stop the tornado web server with ctrl+c?

I am new to tornado web server. When I start the tornado web server using python main_tornado.py It …

python-2.7 tornado
Tornado coroutine

I am trying to learn tornado coroutines, but I have error using below code. Traceback (most recent call last): File "…

python tornado
Non-blocking ORM for Tornado?

Is there any asynchronous Python ORM other than Twistar? I'm looking for lightweight ORM for non-blocking API, built on top …

python database orm tornado
Gracefully handling application exceptions in a Tornado application

Based on some googling I installed the following error handler. However the python exceptions which appear to return a http 500 …

tornado
Tornado on Raspberry Pi to use websockets as well as monitor serial port Arduino communication

Essentially, what I'm hoping to achieve is a canvas based web interface to control an Arduino, via a Raspberry Pi. …

websocket arduino tornado raspberry-pi
inequivalent arg 'durable' for queue

I need some help. I have this code below and the logs tell me that I'm not passing the durable …

python-3.x docker tornado pika
How can I use Tornado and Redis asynchronously?

I'm trying to find how can I use Redis and Tornado asynchronously. I found the tornado-redis but I need more …

python asynchronous redis tornado
Cannot import Tornado submodules

Trying to install Tornado for first time (On EC2 Linux instance). I did pip install tornado and then tried running …

python tornado
The latest recommendation for Comet in Python?

I'm going to be implementing Comet in Python (even though I hear good things about erlycomet I'm not thrilled about …

python comet twisted tornado