Bases: gunicorn.workers.ggevent.GeventPyWSGIWorker
The base gunicorn worker class
Bases: socketio.sgunicorn.GeventSocketIOBaseWorker
Default gunicorn worker utilizing gevent
Uses the namespace ‘socket.io’ and defaults to the flash policy server being disabled.
alias of SocketIOServer
alias of GunicornWebSocketWSGIHandler
alias of GunicornWSGIHandler
Bases: gunicorn.workers.ggevent.PyWSGIHandler, socketio.handler.SocketIOHandler
Bases: geventwebsocket.handler.WebSocketHandler
Bases: socketio.sgunicorn.GeventSocketIOWorker
Worker which will not attempt to connect via websocket transport
Nginx is not compatible with websockets and therefore will not add the wsgi.websocket key to the wsgi environment.