https://github.com/eginez/pywsserver
A Stand Alone websocket implementation in Python based on draft 76
https://github.com/eginez/pywsserver
Last synced: 1 day ago
JSON representation
A Stand Alone websocket implementation in Python based on draft 76
- Host: GitHub
- URL: https://github.com/eginez/pywsserver
- Owner: eginez
- Created: 2010-10-30T13:33:40.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-31T15:50:37.000Z (over 14 years ago)
- Last Synced: 2025-06-14T13:02:42.321Z (1 day ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A standalone websocket server python implementation based on draft 76.
It is by no means complete however useful I you need to move data around with out much effort
It is a modified version of websocketserver, I added the 76 part of the protocol.