Hacker News new | ask | show | jobs
by __fst__ 425 days ago
python3 -m http.server -d /path/to/dir
1 comments

Don’t forget 8080. http.server binds on port 8000 by default :].
Why is 8080 more likely to be available than 8000?
Don’t worry, it’s a misunderstanding.