openbsd-ports/www/ruby-thin/pkg/DESCR
bernd e282cc076f Initial import of ruby-thin-1.2.2.
Thin is a Ruby web server that glues together 3 of the best Ruby
libraries in web history:

 * 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

Based on a submission from Clint Pachl. Thanks!
2009-08-20 21:03:23 +00:00

10 lines
322 B
Plaintext

Thin is a Ruby web server that glues together 3 of the best Ruby
libraries in web history:
* 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