I want to use Tsung to load test socket.io application using tsung_ws plugins. However, Socket.io implementation of websocket depends on their javascript.
Is there anyway to achieve this?
I want to use Tsung to load test socket.io application using tsung_ws plugins. However, Socket.io implementation of websocket depends on their javascript.
Is there anyway to achieve this?
Tsung can not execute javascript code, so even if I do not know socket.io I think it's not possible to do what you want.
Tsung now supports websocket connections via special sessions type
<session name="websocket" type="ts_websocket">
or by switching protocols.