README: update with extra disclaimer
[raindrops.git] / examples / watcher_demo.ru
blob7a6e67567f4877408a2ac2f104ec733b30f379e8
1 # frozen_string_literal: false
2 # This is a snippet of the config that powers
3 # https://yhbt.net/raindrops-demo/
4 # This may be used with the packaged zbatery.conf.rb
6 # zbatery -c zbatery.conf.ru watcher_demo.ru -E none
7 require "raindrops"
8 use Raindrops::Middleware
9 listeners = %w(
10   0.0.0.0:9418
11   0.0.0.0:80
12   /tmp/.r
14 run Raindrops::Watcher.new :listeners => listeners