Thin Web Server
Thin is a Ruby web server that glues together three of the best Ruby libraries in web history. 1) The Mongrel parser, the root of Mongrel speed and security. 2) The Event Machine, a network I/O library with extremely high scalability, performance and stability. 3) Rack, a minimal interface between web servers and Ruby frameworks…. Read More