From: Filipe Date: 2007-10-05T10:50:03+09:00 Subject: Simple ruby web server Hi all, I'm looking for a simple webserver that could handle basic requests (mostly from a localhost) outputing html files. It should also be able to get the input from forms. Rails seems too powerful to perform such a simple class. Sorry if this sounds confusing. I'm a newcomer to the ruby language.