unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 5e868fd5d9cd7627eb1993d7779244137b8cd004 2020 bytes (raw)
$ git show 4.x-stable:Links	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
 
= Related Projects

If you're interested in \Unicorn, you may be interested in some of the projects
listed below.  If you have any links to add/change/remove, please tell us at
mailto:unicorn-public@bogomips.org!

== Disclaimer

The \Unicorn project is not responsible for the content in these links.
Furthermore, the \Unicorn project has never, does not and will never endorse:

* any for-profit entities or services
* any non-{Free Software}[http://www.gnu.org/philosophy/free-sw.html]

The existence of these links does not imply endorsement of any entities
or services behind them.

=== For use with \Unicorn

* {Bluepill}[https://github.com/arya/bluepill] -
  a simple process monitoring tool written in Ruby

* {golden_brindle}[https://github.com/simonoff/golden_brindle] - tool to
  manage multiple \Unicorn instances/applications on a single server

* {raindrops}[http://raindrops.bogomips.org/] - real-time stats for
  preforking Rack servers

* {UnXF}[http://bogomips.org/unxf/]  Un-X-Forward* the Rack environment,
  useful since unicorn is designed to be deployed behind a reverse proxy.

=== \Unicorn is written to work with

* {Rack}[http://rack.github.io/] - a minimal interface between webservers
  supporting Ruby and Ruby frameworks

* {Ruby}[http://www.ruby-lang.org/] - the programming language of Rack and \Unicorn

* {nginx}[http://nginx.org/] - the reverse proxy for use with \Unicorn

* {kgio}[http://bogomips.org/kgio/] - the I/O library written for \Unicorn

=== Derivatives

* {Green Unicorn}[http://gunicorn.org/] - a Python version of \Unicorn

* {Rainbows!}[http://rainbows.bogomips.org/] - \Unicorn for sleepy
  apps and slow clients (historical).

* {yahns}[http://yahns.yhbt.net/] - like Rainbows!, but with fewer options
  and designed for energy efficiency on idle sites.

=== Prior Work

* {Mongrel}[http://rubygems.org/gems/mongrel] - the awesome webserver
  unicorn is based on

* {david}[http://bogomips.org/david.git] - a tool to explain why you need
  nginx in front of \Unicorn

git clone https://yhbt.net/unicorn.git