tornado/demos
Ben Darnell 974c229c8b Update chat demo to be more exemplary.
Use gen.coroutine in auth handler (but not in wait_for_messages
because it makes things less clear and we don't have good cancellation
support).  No more mixin.  Python 3 compatible.
2013-03-16 00:52:04 -04:00
..
appengine Use autoescape in appengine blog demo. 2013-03-03 11:54:35 -05:00
auth Use distinct cookie names across all the demo apps. 2013-03-03 12:16:03 -05:00
benchmark Avoid merging the entire read buffer for IOStream.read_until. 2011-12-30 16:19:49 -08:00
blog Use distinct cookie names across all the demo apps. 2013-03-03 12:16:03 -05:00
chat Update chat demo to be more exemplary. 2013-03-16 00:52:04 -04:00
facebook Use distinct cookie names across all the demo apps. 2013-03-03 12:16:03 -05:00
helloworld Two minor typos 2009-09-13 12:26:16 -07:00
s3server Fix s3server.py to stop truncating downloads of images and other non-text files 2013-01-20 16:48:05 -08:00
websocket Use autoescape in websocket chat demo. 2013-03-03 12:23:28 -05:00