Skip to content

Commit

Permalink
Run examples/stream.ru with rainbows.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkmathi committed Aug 8, 2020
1 parent 965c8b9 commit 7a96472
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions examples/rainbows.conf
@@ -0,0 +1,3 @@
Rainbows! do
use :EventMachine
end
7 changes: 4 additions & 3 deletions examples/stream.ru
Expand Up @@ -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'

Expand Down

0 comments on commit 7a96472

Please sign in to comment.