Skip to content

Instantly share code, notes, and snippets.

View havardgulldahl's full-sized avatar

Håvard Gulldahl havardgulldahl

  • NRK
  • Tromsø, Norway
View GitHub Profile
@havardgulldahl
havardgulldahl / websocketserver.py
Created November 28, 2010 23:10 — forked from mumrah/websocketserver.py
Python WebSocket server (single thread)
# -*- encoding: utf8 -*-
#
# Simple WebSockets in Python
# By Håvard Gulldahl <havard@gulldahl.no>
#
# Based on example by David Arthur (he did all the hard work :)
# https://gist.github.com/512987
#
import struct