Gists (41)
Recent gists
- 2511464, TCP connection based chat server by Mark Allen
- 2416148, Backbone.js handler for tornado and mongodb backed handler by James Casbon
- 867589, Testing Tornado RequestHandlers by felinx
- 2064807, Tornado Dropbox oauth mixin by Adam Stokes
- 1770500, APScheduler based cron timer by Roey Berman
- 1735032, Tornado session manager use redis 2 by ayang
- 1730451, Sample test case for a Tornado WS that asynchronously calls a third-party WS by oddskool
- 1679677, Tornado, Class UserRole and Role Wrapper by Alejandro M. Bernardis
- 1619839, test by lyxint
- 1483888, tornado testing - discovery by Jonathan Haddad
- 1387470, Tornado demo application: TCP server to tic-tac-toe multiplayer game by Alexey Kachayev
- 1358253, SMTP Client for Tornado 1 by David Koblas
- 1317863, Executing Twitter POST API requests by Peter Bengtsson
- 1244483, tornado portforward by phus
- 1231481, tornado echo server 2 by phus
- 1126941, profile patch for tornado by felinx
- 838422, decorates RequestHandlers and builds up a list of routables handlers by felinx
- 1078030, tornado_static by Peter Bengtsson
- 1073945, Demonstration of sharing file descriptors across processes by bdarnell
- 1073682, Decorator that makes a RequestHandler prompt for basic auth username and password by Kevin Kelley
- 1066929, authenticated_plus decorator by Peter Bengtsson
- 938824, An example of a python-oauth2 provider by felinx
- 1050661, Transform tornado response via external commands 2 by Gerard Flanagan
- 1043604, How I start my tornado app by Peter Bengtsson
- 1011730, Sample HA Proxy Config for Tornado/Socket.IO Backends 2 by Sid Upadhyay
- 978797, sending ioloop instance as an argument to callback function of a asynchronous web request 1 by Shivaraj01
- 966004, Vkontakte Oauth 2.0 Mixin by Adil Khashtamov
- 913203, pyblosxom wsgi via tornado.wsgi.WSGIContainer by Gerard Flanagan
- 911934, Store a message between requests which the user needs to see. Similar to the functionality available in Django/Rails. 2 by phil plante
- 911930, template for nicer debugging of tornado exceptions by phil plante
- 489093, async process callout mixin 3 by phil plante
- 741041, result_collector.py 3 by bdarnell
- 654157, django_tornado_handler.py by bdarnell
- 908208, Starting tornado with preforking (multiple threads, one port) by Peter Bengtsson
- 907770, Asynchronous map for Tornado's ioloop by Petri Lehtinen
- 907491, Email Mixin for Tornado 4 by David Novakovic
- 907213, local settings to do github oauth on localhost:8000 1 by Peter Bengtsson
- 861193, A module for asynchronous PostgreSQL queries in Tornado. by felinx
- 905558, Mixin class for dealing with HTTPS URL related stuff 2 by Peter Bengtsson
- 867684, Example on how to tests your model classes in Tornado by felinx
- 899253, Get self.request.remote_ip when running tornado behind a reverse proxy 2 by felinx
Most loved gists
- 8 489093, async process callout mixin
- 5 911930, template for nicer debugging of tornado exceptions
- 4 907491, Email Mixin for Tornado
- 4 1078030, tornado_static
- 3 899253, Get self.request.remote_ip when running tornado behind a reverse proxy
- 3 1011730, Sample HA Proxy Config for Tornado/Socket.IO Backends
- 3 1358253, SMTP Client for Tornado
- 3 2064807, Tornado Dropbox oauth mixin
- 2 905558, Mixin class for dealing with HTTPS URL related stuff
- 2 966004, Vkontakte Oauth 2.0 Mixin
Comments (27)
Recent comments
- Great little example on getting a TCPSocket going. I was ... by Mark Allen
- I'm having trouble getting this to work on Tornado v2.2 ... by Patrick O'Doherty
- I assume it's redis-py. by Frank Smit
- What library are you using to connect to redis? by Patrick O'Doherty
- Cool by felinx
- https://gist.github.com/1358253 is an async client. by David Koblas
- For more recent Tornado this will work too: application.listen(8080, xheaders=True) by mikek
- To get the example working, don't you also need to ... by Daniel Karlsson
- it's too bad that if client sends large data but ... by Anh Hai Trinh
- @peterbe pandoc is a command line tool for converting between ... by Gerard Flanagan
- What's pandoc? by Peter Bengtsson
- It should, work for flashsockets you will probably need to ... by Sid Upadhyay
- How would this work with Flash traffic or XHR-polling? by Peter Bengtsson
- Another example of the importance of PEP8 and max 80 ... by Peter Bengtsson
- Very nice, but the example in the docstring has a ... by Brian McFadden
- Yeah, like Gavin said, this is a blocking call, you ... by Carlo Cabanilla
- Is worth nothing that this would be blocking on the ... by Gavin M. Roy
- I would strongly suggest you do this as a session ... by Peter Bengtsson
- @madberry No this gist is just about URLs and stuff. ... by Peter Bengtsson
- Do I add the certificate stuff in the settings as ... by madberry
