Implementation of web sockets for Python, upgrades a regular socket to a web socket

Taddeus Kroes c4893fa10a Added Server/Client classes which allow multiple WebSocket instances to run in different threads %!s(int64=13) %!d(string=hai) anos
.gitignore d39c9d2362 Added basic framwork files %!s(int64=13) %!d(string=hai) anos
LICENSE d758ca45b0 Added license %!s(int64=13) %!d(string=hai) anos
Makefile d39c9d2362 Added basic framwork files %!s(int64=13) %!d(string=hai) anos
__init__.py 3c9af2c033 Module __init__ file now does no imports anymore %!s(int64=13) %!d(string=hai) anos
exceptions.py e8a8408ed4 Implemented frame (un)packing %!s(int64=13) %!d(string=hai) anos
frame.py e8a8408ed4 Implemented frame (un)packing %!s(int64=13) %!d(string=hai) anos
message.py e8a8408ed4 Implemented frame (un)packing %!s(int64=13) %!d(string=hai) anos
server.py c4893fa10a Added Server/Client classes which allow multiple WebSocket instances to run in different threads %!s(int64=13) %!d(string=hai) anos
test.py d39c9d2362 Added basic framwork files %!s(int64=13) %!d(string=hai) anos
websocket.py ae46c9f13c Created first basic version of WebSocket, which upgrades a regular socket to a web socket (handshake etc.) %!s(int64=13) %!d(string=hai) anos