add tools section
This commit is contained in:
parent
3d462da59d
commit
b4b60e31fe
1 changed files with 10 additions and 0 deletions
10
readme.md
10
readme.md
|
@ -58,6 +58,16 @@ cargo build --release
|
||||||
|
|
||||||
- Configure any custom clients to connect to `ws://127.0.0.1:3030/websocket` for local testing or `wss://cards.doordesk.net/websocket` to use my server
|
- Configure any custom clients to connect to `ws://127.0.0.1:3030/websocket` for local testing or `wss://cards.doordesk.net/websocket` to use my server
|
||||||
|
|
||||||
|
## Tools:
|
||||||
|
|
||||||
|
There is a tool named socket_blaster used for stress testing the server.
|
||||||
|
|
||||||
|
Run
|
||||||
|
```sh
|
||||||
|
cargo run -p socket_blaster -- -h
|
||||||
|
```
|
||||||
|
to see available options.
|
||||||
|
|
||||||
## TODO:
|
## TODO:
|
||||||
|
|
||||||
- prevent zombie users after browser crash
|
- prevent zombie users after browser crash
|
||||||
|
|
Loading…
Add table
Reference in a new issue