Jacuzzi is a simple (http & http2) web server for serving SPA (Single Page Applications). Jacuzzi is built with Rust on top of Actix Web.
Run with Cargo
bash
TLS_DIR="$(pwd)/self_signed_cert" cargo run -- sample/
Install with Cargo
bash
cargo install --path .
Run (After installing 😀)
TLS_DIR="$(pwd)/self_signed_cert" jacuzzi sample/
Run with Docker
bash
docker run -p 8443:8443 manimaul/jacuzzi:0.1.1 /var/www/sample
Build with Docker
bash
./build_container_image.sh