tests: bump test deps to the latest versions
[unicorn.git] / Links
blobe7f5e602cd03a76b6b1d21e6a9677bd313726dee
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:mongrel-unicorn@rubyforge.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 === \Unicorn is written to work with
31 * {Rack}[http://rack.rubyforge.org/] - a minimal interface between webservers
32   supporting Ruby and Ruby frameworks
34 * {Ruby}[http://ruby-lang.org/] - the programming language of Rack and \Unicorn
36 * {nginx}[http://nginx.org/] - the reverse proxy for use with \Unicorn
38 * {kgio}[http://bogomips.org/kgio/] - the I/O library written for \Unicorn
40 === Derivatives
42 * {Green Unicorn}[http://gunicorn.org/] - a Python version of \Unicorn
44 * {Rainbows!}[http://rainbows.rubyforge.org/] - \Unicorn for sleepy
45   apps and slow clients.
47 === Prior Work
49 * {Mongrel}[http://mongrel.rubyforge.org/] - the awesome webserver \Unicorn is
50   based on
52 * {david}[http://bogomips.org/david.git] - a tool to explain why you need
53   nginx in front of \Unicorn