gevent-websocket 0.2.0 released
Gevent-websocket 0.2.0 was just released:
- The handler was refactored to fallback to normal WSGI functionality when the browser does not send Websocket headers.
- Handler now can be inherited without breaking PyWSGI functionality
- The Websocket is now available as environment variable in the WSGI app. When the client creates a Websocket connection, then the app environment will be extended with environ["wsgi.websocket"], which is a Websocket instance.