Saorin::Server::Reel
reel server adapter for saorin
Installation
Add this line to your application's Gemfile:
gem 'saorin-server-reel'
And then execute:
$ bundle
Or install it yourself as:
$ gem install saorin-server-reel
Usage
require 'saorin'
require 'saorin/server/reel'
class Handler
def trape
'peropero'
end
end
Saorin::Server.start Handler.new, :host => 'localhost', :port => 8080, :adapter => :reel
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request