raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
blob e2aa97c99c2b90f3c5b4a81c4221a9d2cb1b4ed6 170 bytes (raw)
$ git show HEAD:examples/watcher.ru	# shows this blob on the CLI

1
2
3
4
5
 
# frozen_string_literal: false
# Sample standalone Rack application, recommended use is with Zbatery
# See zbatery.conf.rb
require "raindrops"
run Raindrops::Watcher.new

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