fast and very simple Ruby web server
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

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

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