After running some load tests on our company's app, I found that is not possible to specify the maximum number of pending connections (backlog) for the WebSocketServer.
I would be very interested in having a new WebSocketServer constructor that receives a new parameter in order to specify the backlog here socket.bind( address ).
Thanks