Gevent with gunicorn command

This commit is contained in:
liaralabs 2020-03-09 15:17:48 -07:00
parent 06e2531e74
commit 7c10761bee

View file

@ -0,0 +1 @@
gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 --bind 0.0.0.0:8333 wsgi:app