Skip to content

Instantly share code, notes, and snippets.

@mark
Last active December 25, 2015 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark/6945449 to your computer and use it in GitHub Desktop.
Save mark/6945449 to your computer and use it in GitHub Desktop.
Running a sinatra app from a shard...
require 'sinatra'
get '/hi' do
"Hello World, brought to you by a shard!"
end
Sinatra::Application.run! # Because we're not running this file directly...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment