Pull websockify 724aa3a. - Use array module for unmasking HyBi when no numpy module is available. - Detect client close properly when using python 3. - Print request URL path is specified. - New option --run-once will exit after handling a single WebSocket connection (but not ater flash policy or normal web requests). - New option --timeout TIME will stop listening for new connections after exit after TIME seconds (the master process shuts down). Existing WebSocket connections will continue but once all connections are closed all processes will terminate. |
||
---|---|---|
.. | ||
Makefile | ||
README.md | ||
img2js.py | ||
json2graph.py | ||
launch.sh | ||
rebind | ||
rebind.c | ||
u2x11 | ||
web.py | ||
websocket.py | ||
websockify | ||
wsproxy.py |
README.md
WebSockets Proxy
wsproxy has become websockify. A copy of the python version of websockify (named wsproxy.py) is kept here for ease of use. The other versions of websockify (C, Node.js) and the associated test programs have been moved to websockify.
For more detailed description and usage information please refer to the websockify README.