|
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 |