https://github.com/cotag/spider-gazelle
A fast, parallel and concurrent web server for ruby
https://github.com/cotag/spider-gazelle
Last synced: about 1 year ago
JSON representation
A fast, parallel and concurrent web server for ruby
- Host: GitHub
- URL: https://github.com/cotag/spider-gazelle
- Owner: cotag
- License: mit
- Created: 2013-08-06T13:31:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T21:21:13.000Z (over 7 years ago)
- Last Synced: 2025-03-25T18:14:07.645Z (over 1 year ago)
- Language: Ruby
- Size: 233 KB
- Stars: 36
- Watchers: 10
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spider-gazelle
[
](https://codeclimate.com/github/cotag/spider-gazelle)
[](https://travis-ci.org/cotag/spider-gazelle)
A fast, parallel and concurrent web server for ruby
Spidergazelle, spidergazelle amazingly agile, she leaps through the veldt,
Spidergazelle, spidergazelle! She don’t care what you think, she says what the hell!
Look out! Here comes the Spidergazelle!

## Installation
1. Ensure [Libuv](https://github.com/cotag/libuv) prerequisites are met
2. `gem install spider-gazelle`
## Usage
1. Add to your gemfile.
2. To run a rails app from the root of the app type `sg`
* this will work with any app / framework that uses `config.ru`
3. For other rack apps use `sg -r rackfile.ru`
## Options
For other command line options look at [the source](/lib/spider-gazelle/options.rb)
## Community support
* [GitHub issues](https://github.com/cotag/spider-gazelle/issues).
* IRC channel `#spider-gazelle` at `irc.freenode.net`.