Skip to content

Instantly share code, notes, and snippets.

@tombu
Created September 17, 2013 09:15
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tombu/6591976 to your computer and use it in GitHub Desktop.
Save tombu/6591976 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