Last active
November 12, 2016 17:12
-
-
Save alessandrostone/2e9ecf4e5578564e79e160d92cb20780 to your computer and use it in GitHub Desktop.
easiest server ever
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
┌─────────────────────────────────────────────────────────────────────────────┐ | |
│ __ │ | |
│.-----.---.-.-----.--.--.-----.-----| |_ .-----.-----.----.--.--.-----.----.│ | |
│| -__| _ |__ --| | | -__|__ --| _||__ --| -__| _| | | -__| _|│ | |
│|_____|___._|_____|___ |_____|_____|____||_____|_____|__| \___/|_____|__| │ | |
│ |_____| │ | |
│ │ | |
└─────────────────────────────────────────────────────────────────────────────┘ | |
# python -m SimpleHTTPServer 8000 python 2.* | |
python -m http.server 8000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python 3+ version