How can we load test websocket? #932
Answered
by
miguelgrinberg
neerajdlh74
asked this question in
Q&A
-
i want to load test my websocket to test how many connections it can support simultaneously. |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Jun 7, 2022
Replies: 1 comment 8 replies
-
You can find a load testing application or service that supports Socket.IO (there aren't that many, sadly) or else write your own load testing client. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
neerajdlh74
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find a load testing application or service that supports Socket.IO (there aren't that many, sadly) or else write your own load testing client.