aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-thin/pkg-descr
blob: 8c805bf7ec475c265097a4da508b30ba62da74f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Thin is a Ruby web server that glues together 3 of the best
Ruby libraries in web history:

* the Mongrel parser, the root of Mongrel speed and security
* Event Machine, a network I/O library with extremely high scalability,
  performance and stability
* Rack, a minimal interface between webservers and Ruby frameworks

Which makes it, with all humility, the most secure, stable, fast and
extensible Ruby web server bundled in an easy to use gem for your own
pleasure. 

WWW: http://code.macournoyer.com/thin/