Skip to content

Instantly share code, notes, and snippets.

@arpitchauhan
Created September 11, 2018 20:10
Show Gist options
  • Save arpitchauhan/1cdce922dac50c07a5d00fb883150dd8 to your computer and use it in GitHub Desktop.
Save arpitchauhan/1cdce922dac50c07a5d00fb883150dd8 to your computer and use it in GitHub Desktop.
sinatra-app-to-host-files > config.ru
require './server'
run Sinatra::Application
# To flush output immediately
$stdout.sync = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment