Sha256: 8100e204651276fc8f03fe761a6bea99d81b66d9607b539ca205791c734ecaad

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 Bytes

Contents

# This is a snippet of the config that powers
# https://yhbt.net/raindrops-demo/
# This may be used with the packaged zbatery.conf.rb
#
# zbatery -c zbatery.conf.ru watcher_demo.ru -E none
require "raindrops"
use Raindrops::Middleware
listeners = %w(
  0.0.0.0:9418
  0.0.0.0:80
  /tmp/.r
)
run Raindrops::Watcher.new :listeners => listeners

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
raindrops-maintained-0.21.0 examples/watcher_demo.ru
raindrops-0.20.1 examples/watcher_demo.ru
raindrops-0.20.0 examples/watcher_demo.ru
raindrops-0.19.2 examples/watcher_demo.ru
raindrops-0.19.1 examples/watcher_demo.ru