5.1 Sinatra
Sinatra is an application server that uses prewritten embedded Ruby files to display pages, and a central Ruby file that enumerates the responses Thin should take based on HTTP access. We made sure to tie it to the needed ports, and to only serve pages that had no JS enabled at all to prevent any JS exploits from being used.