Skip to content

Instantly share code, notes, and snippets.

@mmopy
mmopy / tornado-tcp-chat.py
Created April 27, 2012 18:13
A simple experiment in doing a TCP connection based chat server with Tornado.
'''
Created on Apr 27, 2012
Based on echo server http://tornadogists.org/1231481/ by phus
@author: mark-allen
'''
import logging