Run examples/stream.ru with rainbows.

This commit is contained in:
Ryuichi KAWAMATA 2020-08-08 19:12:59 +09:00
parent 965c8b9c39
commit 7a964728bf
2 changed files with 7 additions and 3 deletions

3
examples/rainbows.conf Normal file
View File

@ -0,0 +1,3 @@
Rainbows! do
use :EventMachine
end

View File

@ -2,9 +2,10 @@
#
# run *one* of these:
#
# rackup -s mongrel stream.ru # gem install mongrel
# unicorn stream.ru # gem install unicorn
# puma stream.ru # gem install puma
# rackup -s mongrel stream.ru # gem install mongrel
# unicorn stream.ru # gem install unicorn
# puma stream.ru # gem install puma
# rainbows -c rainbows.conf stream.ru # gem install rainbows eventmachine
require 'sinatra/base'