Skip to content

Instantly share code, notes, and snippets.

@ecin
Created September 4, 2011 06:13

Revisions

  1. ecin created this gist Sep 4, 2011.
    8 changes: 8 additions & 0 deletions lobster.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    require 'goliath'
    require 'rack/lobster'

    class Lobster < Goliath::API
    map '/' do
    run Rack::Lobster.new
    end
    end