Benchmarkt socket.io

前端 未结 3 1365
走了就别回头了
走了就别回头了 2021-02-03 14:42

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

3条回答
  •  暖寄归人
    2021-02-03 15:33

    I benchmarked Socket.IO and SockJS server implementations.

    Here are the results

    Test suite

    Written in Java, supports 3 transports: Socket.IO 0.7+, SockJS 0.2+, raw Websockets. There's no compiled binary, but you can get Eclipse to compile it or just use command-line javac.

提交回复
热议问题