Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 401 Bytes

Testing websocket servers.

Install the command line tool first.

go get github.com/g3co/websocket-load-test

Then you will have access to the application. Exec command below for open simultaneous connections to the WS server. The application just keeping connections, reading messages from WS, and counting the total amount of messages.

websocket-load-test [url] [connection quantity]