ruby-thin 1.7.2 Thin and fast web server for Ruby

Thin is a Ruby web server that glues together 3 Ruby libraries:

  • the Mongrel parser,

  • Event Machine, a network I/O library with high scalability, performance and stability,

  • Rack, a minimal interface between webservers and Ruby frameworks.