Skip to content

Instantly share code, notes, and snippets.

@chrismytton
Created February 8, 2013 10:24
Show Gist options
  • Save chrismytton/4737949 to your computer and use it in GitHub Desktop.
Save chrismytton/4737949 to your computer and use it in GitHub Desktop.
Simplest Rack server. Run with `rackup`.
run ->(env) { [200, {}, ['Hello, world']] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment