Skip to content

Instantly share code, notes, and snippets.

@rstriquer
Created December 6, 2022 18:30
Show Gist options
  • Save rstriquer/dcf65096f8dc617dbe85f661985d425b to your computer and use it in GitHub Desktop.
Save rstriquer/dcf65096f8dc617dbe85f661985d425b to your computer and use it in GitHub Desktop.
Simplest http server on python3
## with simple python:
#python -m SimpleHTTPServer 8009
# If you use Python 3, you should instead write
python3 -m http.server 8009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment