Web Server

sudo python -m SimpleHTTPServer 80
sudo python3 -m http.server 80

Last updated

Was this helpful?