Mini¶ ↑
A very small EventMachine backed, Rack compliant web server
Installation¶ ↑
gem install mini
Usage¶ ↑
cd
to a directory with a valid config.ru and Rack app
To start the server rackup
OR mini
Example¶ ↑
There is an example app and config in /example