Replies: 1 comment 2 replies
-
|
Does locust support Socket.IO? You can't use WebSocket for this, that's a different, much lower level protocol. When I needed to load test a Socket.IO app I just built a client using the python-socketio package. I would imagine there must be some load testing tools that support Socket.IO, but I don't recall seeing any myself. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hey guys,
I just deployed a test version of my application and I am a little lost regarding load testing.
Is there any recommended framework for load testing flask-socketIO?
I usually use locust, but I am having a little trouble setting up the websocket test.
Also, as a suggestion to @miguelgrinberg, a testing section on the documentation would be very helpful!
Beta Was this translation helpful? Give feedback.
All reactions