Skip to content

Instantly share code, notes, and snippets.

@oozzal
Last active August 29, 2015 14:02
Show Gist options
  • Save oozzal/7cde2b6770ea6fc65d4f to your computer and use it in GitHub Desktop.
Save oozzal/7cde2b6770ea6fc65d4f to your computer and use it in GitHub Desktop.
Simplest servers in Ruby and Python
python -m SimpleHTTPServer 5000
ruby -run -e httpd -- -p 5000 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment