Skip to content

Instantly share code, notes, and snippets.

@danott
Created July 8, 2013 17:02
Show Gist options
  • Save danott/5950578 to your computer and use it in GitHub Desktop.
Save danott/5950578 to your computer and use it in GitHub Desktop.
Create a simple HTTP server in Ruby. Great for serving static files.
# https://twitter.com/n0kada/status/351556831958667264
ruby -run -e httpd . -p5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment