I use Waitress to serve my Flask app on IIS, how can I use Flask-SocketIO too? #1587
Unanswered
geolectric
asked this question in
Q&A
Replies: 1 comment
-
Does waitress support WebSocket? Without WebSocket there is really not a good match with Socket.IO. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use Waitress to serve my Flask app on IIS.
I already start my app like this:
How would I use
socketio.run(app)
too? Do I just put it under serve()? Or will this not work?Beta Was this translation helpful? Give feedback.
All reactions