Client made with ThreeJS
python -m SimpleHTTPServer <port>
python3 -m http.server <port>
With Rust: simple-http-server
# Install Rust
curl https://sh.rustup.rs -sSf | sh
# Install simple-http-server
cargo install simple-http-server
rehash
simple-http-server -h