FAQ: reorder bit on Rack 1.1.x and Rails 2.3.x
[unicorn.git] / Links
blob5e868fd5d9cd7627eb1993d7779244137b8cd004
1 = Related Projects
3 If you're interested in \Unicorn, you may be interested in some of the projects
4 listed below.  If you have any links to add/change/remove, please tell us at
5 mailto:unicorn-public@bogomips.org!
7 == Disclaimer
9 The \Unicorn project is not responsible for the content in these links.
10 Furthermore, the \Unicorn project has never, does not and will never endorse:
12 * any for-profit entities or services
13 * any non-{Free Software}[http://www.gnu.org/philosophy/free-sw.html]
15 The existence of these links does not imply endorsement of any entities
16 or services behind them.
18 === For use with \Unicorn
20 * {Bluepill}[https://github.com/arya/bluepill] -
21   a simple process monitoring tool written in Ruby
23 * {golden_brindle}[https://github.com/simonoff/golden_brindle] - tool to
24   manage multiple \Unicorn instances/applications on a single server
26 * {raindrops}[http://raindrops.bogomips.org/] - real-time stats for
27   preforking Rack servers
29 * {UnXF}[http://bogomips.org/unxf/]  Un-X-Forward* the Rack environment,
30   useful since unicorn is designed to be deployed behind a reverse proxy.
32 === \Unicorn is written to work with
34 * {Rack}[http://rack.github.io/] - a minimal interface between webservers
35   supporting Ruby and Ruby frameworks
37 * {Ruby}[http://www.ruby-lang.org/] - the programming language of Rack and \Unicorn
39 * {nginx}[http://nginx.org/] - the reverse proxy for use with \Unicorn
41 * {kgio}[http://bogomips.org/kgio/] - the I/O library written for \Unicorn
43 === Derivatives
45 * {Green Unicorn}[http://gunicorn.org/] - a Python version of \Unicorn
47 * {Rainbows!}[http://rainbows.bogomips.org/] - \Unicorn for sleepy
48   apps and slow clients (historical).
50 * {yahns}[http://yahns.yhbt.net/] - like Rainbows!, but with fewer options
51   and designed for energy efficiency on idle sites.
53 === Prior Work
55 * {Mongrel}[http://rubygems.org/gems/mongrel] - the awesome webserver
56   unicorn is based on
58 * {david}[http://bogomips.org/david.git] - a tool to explain why you need
59   nginx in front of \Unicorn