Skip to content

Instantly share code, notes, and snippets.

View ChrizH's full-sized avatar

Christian Hofer ChrizH

View GitHub Profile
@ChrizH
ChrizH / README.md
Created May 14, 2016 20:44 — forked from lbolla/README.md
Asynchronous programming in Tornado

Asynchronous programming with Tornado

Asynchronous programming can be tricky for beginners, therefore I think it's useful to iron some basic concepts to avoid common pitfalls.

For an explanation about generic asynchronous programming, I recommend you one of the [many][2] [resources][3] [online][4].

I will focus on solely on asynchronous programming in [Tornado][1]. From Tornado's homepage: