Skip to content

Instantly share code, notes, and snippets.

@vfaronov
Created January 30, 2013 14:36
Show Gist options
  • Save vfaronov/4673677 to your computer and use it in GitHub Desktop.
Save vfaronov/4673677 to your computer and use it in GitHub Desktop.
import BaseHTTPServer
import turq
turq.TurqHandler.install_code('''
with path() as r:
r.text('blah blah')
''')
BaseHTTPServer.HTTPServer(('0.0.0.0', 13085), turq.TurqHandler).serve_forever()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment