Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dvliman/7f8907cbf12f766e8a1b to your computer and use it in GitHub Desktop.
Save dvliman/7f8907cbf12f766e8a1b to your computer and use it in GitHub Desktop.
Simple Ruby Server:
# ruby -run -e httpd -- -p 5000 .
Simple Python Server:
# python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment