Lightning fast app base on Actix (TOP#2 Web Framework by Performance -> https://www.techempower.com/benchmarks/#section=data-r19&hw=ph&test=composite)
https://www.rust-lang.org/tools/install
cargo test
cargo run
# Started http server: localhost:5000
docker build -t actix-web-sample:1.0 .
docker build -t actix-web-sample:test --target base .
docker run --rm actix-web-sample:test
docker run -p 5000:5000 actix-web-sample:1.0
# and the server should start instantly
curl http://localhost:5000/