raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
blob 642016b245a1bf6615d957f49bd2684dce43ce95 157 bytes (raw)
$ git show gc-next:examples/middleware.ru	# shows this blob on the CLI

1
2
3
4
5
 
# sample stand-alone rackup application for Raindrops::Middleware
require 'rack/lobster'
require 'raindrops'
use Raindrops::Middleware
run Rack::Lobster.new

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