Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the10thwiz/websocket-massconnect
WebSocket Massconnect tool
https://github.com/the10thwiz/websocket-massconnect
rust testing-tools websockets
Last synced: about 1 month ago
JSON representation
WebSocket Massconnect tool
- Host: GitHub
- URL: https://github.com/the10thwiz/websocket-massconnect
- Owner: the10thWiz
- License: apache-2.0
- Created: 2021-07-02T13:20:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T17:26:19.000Z (12 months ago)
- Last Synced: 2024-10-30T14:50:26.864Z (3 months ago)
- Topics: rust, testing-tools, websockets
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebSocket Massconnect tool
This tool was created for testing the functionality of Rocket's WebSocket
implementation. It measures connection latency, the time taken to connect, send
a message, and quit.Use `cargo run -- -h` to see a full list of options.
## Contributing
Please feel free to open a pull request or issue if you use this code.