Gists (67)
Recent gists
- 5423354, Writing your own asynchronous library using Tornado. by Harry Pehkonen
- 4668126, tornado.gen.engine example by myoung-su,shin
- 5370692, Tornado (v3.0.x) - Google Oath2 implementation by Mariusz Sielicki
- 5321409, TornadoMail demo using a tornado.template.Loader. by Jorge Puente Sarrín
- 5286628, Tornado, auto reloading/parsing options when config file is modified. by Jorge Puente Sarrín
- 5251927, Async @authenticated using Motor by Jorge Puente Sarrín
- 5229562, An example of a Tornado Handler with a decorator that will handle all error/exception handling, instead of having to handle it in each handler with identical code. by Sasha A
- 5231020, An example of a Tornado Handler with a decorator with an argument, that will handle all error/exception handling, instead of having to handle it in each handler with identical code. by Sasha A
- 3347585, Command line http proxy (for benchmarking) by Ionel Cristian Mărieș
- 5078613, Instagram mixin by callum-
- 5041522, Twitter OAuth sample implementation by Toddy Mladenov
- 4753951, Default template methods decorator by callum-
- 4643396, graceful shutdown tornado web server 2 by mywaiting
- 4555500, LinkedIn login for Tornado. by andy boot
- 4195282, Simple A/B test mixin by callum-
- 4115580, CAS Authentication for Tornado by 时彦辉
- 4004663, A Tornado decorator to display a customized UI for authenticated users. by Cristian Carpenter
- 3946468, OAuth2 Instagram authentication by Peter Bengtsson
- 3875493, Let tornado keep blank values passed in http request by Victor Miroshnikov
- 3849257, Async creation of thumbnails with RQ 1 by Peter Bengtsson
- 2185380, Tornado Example: Delegating an blocking task to a worker thread pool from an asynchronous request handler 3 by Max Shabalihin
- 3428652, Tornado Graceful Shutdown by felinx
- 2927255, Simple cache for Tornado Handler using MongoDB 2 by Jorge Puente Sarrín
- 2185742, SqlAlchemy usage with tornado backend by felinx
- 532067, This is a simple example of WebSocket + Tornado + Redis Pub/Sub usage by felinx
- 2894704, async callback from threads with Tornado by akhenakh
- 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 1 by Adam Stokes
- 1770500, APScheduler based cron timer by Roey Berman
- 1735032, Tornado session manager use redis 5 by ayang
- 1730451, Sample test case for a Tornado WS that asynchronously calls a third-party WS 1 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 3 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 2 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 1 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 4 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
- 11 489093, async process callout mixin
- 5 907491, Email Mixin for Tornado
- 5 911930, template for nicer debugging of tornado exceptions
- 5 1231481, tornado echo server
- 5 2185380, Tornado Example: Delegating an blocking task to a worker thread pool from an asynchronous request handler
- 4 1078030, tornado_static
- 4 2064807, Tornado Dropbox oauth mixin
- 4 838422, decorates RequestHandlers and builds up a list of routables handlers
- 4 2185742, SqlAlchemy usage with tornado backend
- 4 3428652, Tornado Graceful Shutdown
Comments (45)
Recent comments
- This has nothing to do with Ctrl - C, this ... by Avi
- How is this better than a regular Ctrl-C? A dumb ... by Peter Bengtsson
- My BaseHandler ended up with this: @property def session(self): sessionid ... by toxster
- Couldn't understand how to set_secure_cookie by Gustavo Gawryszewski
- when do you set_secure_cookie ? by toxster
- There is actually a much easier way to deal with ... by Alex Dong
- Yeah! I have tried to show how easy is do ... by Jorge Puente Sarrín
- How is the performance of this script in relation to ... by Steve Peak
- <script src="https://gist.github.com/4465999.js"></script> by Tao Yang
- https://gist.github.com/4465999 by Tao Yang
- how to download this sample ? by keldy
- Thanks for this example. Is this code stil valid? I ... by B.
- That "result" argument is a little misleading. The actual value ... by Nick Coutsos
- This way I can be confident that the python process ... by Peter Bengtsson
- tornado_static.py is part of https://github.com/peterbe/tornado-utils by Peter Bengtsson
- I like this! However, I think it'd be more appropriate ... by Peter Bengtsson
- This looks really promising to something I need. Do you ... by Peter Bengtsson
- what's the difference? by cabinw
- 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
