heroku-python / flask-sockets

[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock
MIT License
1.74k stars 167 forks source link

how to get a websockets address with gunicorn #84

Open ben-8878 opened 2 years ago

ben-8878 commented 2 years ago

when i run gunicorn -k flask_sockets.worker hello:app, I get a http address like http://0.0.0.0:3000, how I get a websockets address like ws://0.0.0.0:3000