T
T

Thin

Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history:

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted

Features

  1.  HTTP server

Thin News & Activities

Highlights All activities

Recent activities

  • moh-alkhatib added Thin as alternative to qaws
  • POX added Thin as alternative to CivetWeb

Thin information

AlternativeTo Categories

DevelopmentNetwork & Admin
Thin was added to AlternativeTo by 6432575487 on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Thin?

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.