Implementation of web sockets for Python, upgrades a regular socket to a web socket
|
|
há 13 anos atrás | |
|---|---|---|
| .gitignore | há 13 anos atrás | |
| LICENSE | há 13 anos atrás | |
| Makefile | há 13 anos atrás | |
| README.md | há 13 anos atrás | |
| TODO | há 13 anos atrás | |
| __init__.py | há 13 anos atrás | |
| exceptions.py | há 13 anos atrás | |
| frame.py | há 13 anos atrás | |
| message.py | há 13 anos atrás | |
| server.py | há 13 anos atrás | |
| test.py | há 13 anos atrás | |
| websocket.py | há 13 anos atrás |
twspy is a standalone implementation of web sockets for Python.