Skip to content

Instantly share code, notes, and snippets.

@coder36
Created May 3, 2015 23:25
Show Gist options
  • Save coder36/eb775638aad9a3aec37e to your computer and use it in GitHub Desktop.
Save coder36/eb775638aad9a3aec37e to your computer and use it in GitHub Desktop.
Simple Ruby webserver
ruby -rwebrick -e'WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd).start'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment