Created
December 6, 2022 18:30
-
-
Save rstriquer/dcf65096f8dc617dbe85f661985d425b to your computer and use it in GitHub Desktop.
Simplest http server on python3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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