Skip to content

Instantly share code, notes, and snippets.

@alessandrostone
Last active November 12, 2016 17:12
Show Gist options
  • Save alessandrostone/2e9ecf4e5578564e79e160d92cb20780 to your computer and use it in GitHub Desktop.
Save alessandrostone/2e9ecf4e5578564e79e160d92cb20780 to your computer and use it in GitHub Desktop.
easiest server ever
┌─────────────────────────────────────────────────────────────────────────────┐
│ __ │
│.-----.---.-.-----.--.--.-----.-----| |_ .-----.-----.----.--.--.-----.----.│
│| -__| _ |__ --| | | -__|__ --| _||__ --| -__| _| | | -__| _|│
│|_____|___._|_____|___ |_____|_____|____||_____|_____|__| \___/|_____|__| │
│ |_____| │
│ │
└─────────────────────────────────────────────────────────────────────────────┘
# python -m SimpleHTTPServer 8000 python 2.*
python -m http.server 8000
@alessandrostone
Copy link
Author

python 3+ version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment