My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

ServerSide is a pure Ruby HTTP server and web framework for developing small sites and web applications. It is designed to be easy to deploy and scale.

ServerSide includes:

A fast HTTP server (preliminary testing shows it to be on par with Mongrel) with support for persistent connections and HTTP streaming ('comet').

A fast and simple request router that can route according to flexible rules. You stay in control of your URL structure.

A daemon that can control a server cluster using a single command.

To install ServerSide:

sudo gem install serverside

Powered by Google Project Hosting