rack.git  about / heads / tags
a modular Ruby webserver interface
blob 901e18a53098a1e84785bd57b8e629187703b555 102 bytes (raw)
$ git show no-unicorn:example/lobster.ru	# shows this blob on the CLI

1
2
3
4
5
6
 
# frozen_string_literal: true

require 'rack/lobster'

use Rack::ShowExceptions
run Rack::Lobster.new

git clone https://yhbt.net/rack.git