Web Server with Thread Pool made in Rust
I'm started to learn a new language to develop programs. So, I've started read the book The Rust Programming Language
cargo watch -q -x 'run -q'
and then, echo {1..50} | time xargs -n1 -P50 bash -c "curl -sS -X GET http://localhost:7878/sleep" > /dev/null
To send 50 requests to endpoint.
The gem is available as open source under the terms of the MIT License.