I want to benchmark my socket.io server. I want to test how many parallel connections and messages the server can handle.
But my socket.io server crash after some minut
You may check Akinji
It opens concurrent sockets to server and listens given message and print them
http://github.com/sonsuzdongu/akinji
python akinji.py -c 100 --host localhost --port 3000 --waitFor 100 --on "some msg"