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