Skip to content

Instantly share code, notes, and snippets.

@hugoabonizio
Created September 14, 2015 02:25
Show Gist options
  • Save hugoabonizio/c81fac638c0e97c42271 to your computer and use it in GitHub Desktop.
Save hugoabonizio/c81fac638c0e97c42271 to your computer and use it in GitHub Desktop.
Simple frank app
require "frank"
get "/:name" do |ctx|
"Hello world, #{ctx.params["name"]}!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment