Skip to content

Instantly share code, notes, and snippets.

@atimin
Created November 11, 2011 16:26
Show Gist options
  • Select an option

  • Save atimin/1358428 to your computer and use it in GitHub Desktop.

Select an option

Save atimin/1358428 to your computer and use it in GitHub Desktop.
require "lipa/web"
#Configuration
srv = root :server do
node :message do
html text("Hello World!")
end
end
srv.run!
#Open http://127.0.0.1:9292/message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment