HowTo start simple http server 2024-04-23 https://blog.ca.sual.in/hacking/howto_start_simple_http_server/ Casual Start HTTP server in 1 command! ## Python3 python -m http.server PORT ## Caddy caddy file-server --listen :PORT