Skip to content

Instantly share code, notes, and snippets.

@lkfken
Created June 22, 2012 20:10
Show Gist options
  • Save lkfken/2974896 to your computer and use it in GitHub Desktop.
Save lkfken/2974896 to your computer and use it in GitHub Desktop.
Simplest Possible Ruby Web Server: Using Rack for a one-liner
#credit to: http://phrogz.net/simplest-possible-ruby-web-server
ruby -rrack -e "include Rack;Handler::Thin.run Builder.new{run Directory.new''}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment