Skip to content

Instantly share code, notes, and snippets.

@cd34
cd34 / client.py
Created January 12, 2012 07:22 — forked from drewww/client.py
Connect to socket.io server from python, using websocket
#!/usr/bin/env python
# encoding: utf-8
"""
client.py
Based heavily on:
- https://github.com/mtah/python-websocket/blob/master/examples/echo.py
- http://stackoverflow.com/a/7586302/316044
Created by Drew Harry on 2011-11-28.