socket.io-benchmarking icon indicating copy to clipboard operation
socket.io-benchmarking copied to clipboard

A framework for testing high concurrency behavior in socket.io

Results 6 socket.io-benchmarking issues
Sort by recently updated
recently updated
newest added

Hello sir, I am an jr.Android Developer and created a socket.io client side with java. So I think you know there is v1 or v2 in client side for java....

Hi I have run server side with following code, its can run perfectly //////////////////////////////////Server.js /////////////////////////////////////////////////////// var port = 8080, app = require('express')(), io = require('socket.io').listen(app.listen(port)), logger = require('winston'), program =...

I was just looking for a load-testing framework last night when I saw you pushed this today. Having at least a simple set of instructions on its usage would be...

My server logs: 25 Jan 16:37:26 - info: users: 102 messagesPerSecond: 0 25 Jan 16:37:27 - info: users: 102 messagesPerSecond: 0 25 Jan 16:37:28 - info: users: 102 messagesPerSecond: 0...

Hi, I'm just trying to build your benchmark but I'm having some problems with the Java libraries. Could you tell me which version of org.apache.commons.math net.tootallnate.websocket.WebSocketClient you originally worked with?...