A Rack adapter for Reel, the Celluloid::IO web server.
Installation
reel-rack can be installed with RubyGems:
gem install reel-rack
Bundle it with your application by adding this to your Gemfile:
gem 'reel-rack'
Documentation
Please see the Reel::Rack Wiki for detailed documentation, including how to use Reel::Rack with the Ruby on Rails web framework.
More information about Reel itself can be found on the Reel Project Page
Usage
You should be able to launch any Rack-compatible under Reel with:
reel-rack
By default reel-rack will launch on port 3000. You can specify a port with:
reel-rack -p 9001
By default reel-rack will look for a config.ru file. You can specify any name you want, though:
reel-rack my_awesome_app.rb
For additional help, run:
reel-rack -h
Contributing
- Fork this repository on Github
- Make your changes and send a pull request
- If your changes look good, we'll merge 'em
License
Copyright (c) 2013-2016 Tony Arcieri, Jonathan Stott. Distributed under the MIT License. See LICENSE.txt for further details.